Form Builder select menu

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
douglas1438
Forum Members
Forum Members
Posts: 80
Joined: Thu Jul 21, 2011 10:29 am

Form Builder select menu

Post by douglas1438 »

Can someone tell me why this doesn't work please?

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>
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
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: Form Builder select menu

Post by Jeff »

You don't post enough information, then you start new threads when no one answers.

This is the third post you start about the same problem.

Now you are on my ignore list.
Locked

Return to “Modules/Add-Ons”