Pro Forms Repeater: Radio button does not preselect saved ACF repeater value

Hi,

I’m using Bricksforge Pro Forms with a Pro Forms Repeater synced to an ACF Repeater field.

ACF setup:

Repeater field: materiais_comunicacao Sub field: estado_material Field type: Radio Button Choices: aprovado : Aprovado requer_alteracoes : Requer alterações Return format: Value

Inside the Bricksforge Pro Forms Repeater, I tried using a Radio Wrapper with the custom ID:

estado_material

I tested:

  • ACF Array populate options
  • Manual radio options with values aprovado and requer_alteracoes
  • With and without Post ID context
  • Confirmed there are no duplicate fields using the same custom ID
  • Confirmed the ACF value is correctly saved in the database
  • Confirmed the repeater itself is syncing correctly

The radio field submits and updates the ACF repeater value correctly. However, when reloading the frontend form, the saved value is not preselected/checked in the radio buttons.

If I replace the Radio Wrapper with a Select field using the same custom ID estado_material, the saved value loads correctly and updates correctly. So for now I switched to Select because it is the only setup that works reliably.

Is there a specific configuration required for Radio Wrapper fields inside a Pro Forms Repeater, or is this currently a limitation/bug with radio fields being preselected inside synced ACF repeaters?

Thanks.