May 31st, 2011, 9:16 PM
When submitting the form, the email message displays the radio button value as expected; however, when the client logs in to display their output in HTML or excel format, the radio button value is missing ?
Is there a special radio button format required to get the value to display in HTML/Excel ?
FormTools 2.04 on Apache (iso-8859-1)
Is there a special radio button format required to get the value to display in HTML/Excel ?
FormTools 2.04 on Apache (iso-8859-1)
Code:
<label>
<input type="radio" name="class" value="satClass" id="class_0">
Saturday's Class
</label>
<label>
<input type="radio" name="class" value="subClass" id="class_1">
Sunday's Class
</label>
<label>
<input type="radio" name="class" value="bothClasses" id="class_2">
Both Classes
</label>