Option values not appearing in email.

mogo 22 Feb, 2008
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
GreyHead 22 Feb, 2008
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
mogo 23 Feb, 2008
Hi Bob, thanks.

Is this what you'd be looking for?:

<td></select><select name="Nearest FB store" size="1">
GreyHead 23 Feb, 2008
Hi mogo,

Yes, thanks. ChronoForms can't digest spaces. Try name="Nearest_FB_store"

Bob
mogo 23 Feb, 2008
Thank you so much, it worked like a charm! I did replace the spaces with "_" in the option values, but overlooked the spaces in the select tag, which was the key.

Thank you for the prompt response. Sincerely greatful


Mike<br><br>Post edited by: mogo, at: 2008/02/22 20:19
This topic is locked and no more replies can be posted.