How to map select, radio ACF fields with update post pro forms

Hello guys,

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.

This looks very similar to something i may have done… but your description is not very clear so I’m not sure.

Can you try and explain some more details on what you want to achieve?

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?

Check this, about minute 20. He’s using checkboxes, but radios work the same.

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.

The item on minute 20 is an acf checkbox, isnt it?

Screenshot 2026-06-30 at 14.14.35