I am not sure if this is a bug issue or there is something I miss.
I wanted to get post_id dynamically so that user can edit the post they have posted before.
in front end submission form under post id, I wrote {echo: get_current_user_post_id('family-details')}
In the normal basic text element, this echo the post_id I want correctly 1285
but in the submission form I get error: "you are not allowed to edit this post" whereas if I put the absolute post ID 1285, it works correctly.
I tried the code in code block and it also output the correct post_id so the function is working. it just does not work when this echo is placed in the metabox frontend submission form,
Appreciate if someone can see where I have gone wrong or if this may be a bug either in Bricks Builder or in Metabox