Trying to create a custom question using a select field, so that we can determine which effort the giver supports. Those efforts are not separate campaigns - we just want a record of this. Here's the form - it's the 'Campaign Designator' field: https://www.freetheslaves.net/donate/ Just can't figure out the syntax.
Here's what we've tried:
<select id="FieldName2" name="FieldName2">
<option selected="selected" value="Free the Slaves General Support">Free the Slaves General Support</option>
<option value="Judaism in Action Project" >Judaism in Action Project</option>
<option value="James Hannaham Book Launch" >James Hannaham Book Launch</option>
</select>
Here's what we've tried:
<select id="FieldName2" name="FieldName2">
<option selected="selected" value="Free the Slaves General Support">Free the Slaves General Support</option>
<option value="Judaism in Action Project" >Judaism in Action Project</option>
<option value="James Hannaham Book Launch" >James Hannaham Book Launch</option>
</select>
Comment