I created our donation form based on a C&P template some time ago, and at the time I thought the "Other" Unit Price value was working. I recently modified the form to improve its appearance and my test of the "other" did not appear to work.
Here is the html relevant to this form input
Is this correct? There is no additional hidden value later in the form to pass the value- should there be?
Thanks, Amanda
Here is the html relevant to this form input
<td align="right"><input type="radio" name="UnitPrice1" id="UnitPrice1" value="Other" /></td>
<td><input name="Other1" type="text" id="Other1" size="6" /> <i>(Other)</i><br /><br /></td>
<td><input name="Other1" type="text" id="Other1" size="6" /> <i>(Other)</i><br /><br /></td>
Is this correct? There is no additional hidden value later in the form to pass the value- should there be?
Thanks, Amanda
Comment