On my website, I would like users to update and edit ‘posts’ of a custom post type from a front-end form using pro forms.
I have a custom field group set up as a photo gallery, but when I try to set this up as an ‘file’ option in pro forms I can’t get it to show or work correctly.
The value is set as:
{brf_post_meta:meta_name:{url_parameter:id}}
with the ‘meta_name’ changed to the name of the custom meta like below.
{brf_post_meta:acpt_project_multiple-images_images:{url_parameter:id}}
I have also tried this as all of the following
{brf_post_meta:images:{url_parameter:id}}
{brf_acf_field:acpt_project_multiple-images_images:{url_parameter:id}}
{brf_acf_field:images:{url_parameter:id}}
Is there something I am doing wrong? If so how can I go about doing what I am after?
Regards
Luca
