Hi,
I have a weird issue where on the frontend of my site, my radio buttons aren't posted correctly. Using the debug option you can see that the field 'aanhef' is empty:
Thanks in advance,
Simon
I have a weird issue where on the frontend of my site, my radio buttons aren't posted correctly. Using the debug option you can see that the field 'aanhef' is empty:
Array ( [chronoform] => offerte [gpage] => actions [bedrijfsnaam] => 6 [aanhef] =>While when you try to submit the form using the 'preview form at frontend' function you get this:
Array ( [chronoform] => offerte [gpage] => actions [bedrijfsnaam] => 6 [aanhef] => De heerThe only difference is that i load the form on the homepage using the standard CF7 module. I can not for the life of me figure out why this is happening since the radio values simply dissapear and no further processing is done at this point
Thanks in advance,
Simon