I am trying to create update/edit post forms for my custom CPT Created with ACF using Bricksforge pro forms.
I am running into an issue with select or radio fields. Where I use the value as {brf_acf_field:acf_name:{url_parameter:id}} It only shows the first option from the ACF select/radio fields. Not all the available options.
I looked for some tutorials on this and was suggested to use query loop to get all the options for the meta categories. but can’t find a solution for ACF select or radio fields.
If someone can help me regarding this, it’ll be greatly appreciated.
I just want to create frontend forms for our CPTs. So users can login and create/update posts within CPTs without going to WordPress Dashboard.
The forms work fine, my main concerns are with ACF select/radio field group mapping with frontend forms. As It only grabs the first option for the select/radio fields.
yeah, the “big” intent was clear… it’s the way you want to use the acf which is not.
Are you trying to create a radio field retrieving it’s options from an acf field radio… you are having problems in populdanting the field or on submit?
Hey @mofo I’ve checked that video. The guy is using Checkboxes for Taxonomies and using the bricks query loop to pull the taxonomy terms. He’s not using ACF Select/Radio fields. I can’t query ACF select or radio fields.