If I make a unique name such as field1, field 2 for the radio buttons for the form the radios don't change upon selection from one to the other. On the other hand if I give them all the same name such as "hi" the data doesn't write in the email. I can't use:
This is the code that writes the data in the email:
Anyone have a solution for this PLEASE?
<select name="name">Radios here</select>
because the radios are not just a simple row but each have divs with table rows and fields which open below them when selected. This is the code that writes the data in the email:
'.$_POST['radiofieldname'].'
Anyone have a solution for this PLEASE?
Comment