Hello there,
I’m working with front-end ACF form and I wants to customise radio buttons HTML output.
ex: wants to add span tag for label.
How can i do it?
You cannot modify the html created by ACF for fields.
I think that you can add html directly to the choices, example:
choice 1 : <span>Choice 1</span>