Hi
I’m using Bricks and MetaBox.
I have created a new post type given it some fields and am displaying the MetaBox frontend submission form on a page.
I want to edit the custom post and select the post to edit from its post_id (dcid) in the querystring like this
https://my-website.com/membership-admin/?dcid=29133
I have tried adding {url_parameter:dcid} as the Post ID in the form content panel but when I run it I get a message saying ‘You are not allowed to edit this post.’
If I enter the actual post_id (eg. 29133) into the Post ID field it works just fine but I need it to be dynamic.
What am I doing wrong?