Hi,
Has anyone had this problem before?: I have a drop down list box on a form with other text fields. All the values from the text fields are successfully submitted and appear in the results email however the values from the drop down list box don't appear.
The code for each option typically looks like this:
<option value="No FB stores in my town">No FB stores in my town</option>
If anyone could give some advice or point me to a solution, I'd be most greatful.
Many thanks
Has anyone had this problem before?: I have a drop down list box on a form with other text fields. All the values from the text fields are successfully submitted and appear in the results email however the values from the drop down list box don't appear.
The code for each option typically looks like this:
<option value="No FB stores in my town">No FB stores in my town</option>
If anyone could give some advice or point me to a solution, I'd be most greatful.
Many thanks
Hi mogo,
The option tag looks OK - though you might be better using some shorthand for the value like value="no_stores".
What does the 'select' tag say please.
Bob
The option tag looks OK - though you might be better using some shorthand for the value like value="no_stores".
What does the 'select' tag say please.
Bob
Hi Bob, thanks.
Is this what you'd be looking for?:
<td></select><select name="Nearest FB store" size="1">
Is this what you'd be looking for?:
<td></select><select name="Nearest FB store" size="1">
Hi mogo,
Yes, thanks. ChronoForms can't digest spaces. Try name="Nearest_FB_store"
Bob
Yes, thanks. ChronoForms can't digest spaces. Try name="Nearest_FB_store"
Bob
This topic is locked and no more replies can be posted.