Form Builder select menu
Posted: Tue Sep 08, 2015 9:56 am
Can someone tell me why this doesn't work please?
Returns a value of [unspecified] when the form is submitted and emailed.
I assume it is because this form field has multiple parts but don't understand how to avoid this.
Thank you
Code: Select all
<select class="form-control" name="{$actionid}{$sex->input_id}" id="{$actionid}{$sex->input_id}">
<option value=""></option>
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>I assume it is because this form field has multiple parts but don't understand how to avoid this.
Thank you