RadioButtonGroup doesn't work

I am using Page Builder version 4.04. The following html code gets converted to c code OK, but has no effect when a radio button on the page gets selected. Anything wrong, missing or this version doesn’t support RadioButtonGroup ?

Doesn’t work for me either :frowning: Checkbox won’t work either :frowning: Manual examples for TYPE=Text have Name=blah where they must be Name=“blah” to work. But this doesn’t seem to fix RadioButton or Checkbox types. Anyone got a fix for this please?

Found a workaround: Remove the second ‘extern’ from the function stub that pBuilder produces.