thanks for Reply. But i want to use it like this
<select name=”mydropdown”>
<option value=”Milk”>Fresh Milk</option>
<option value=”Cheese”>Old Cheese</option>
<option value=”Bread”>Hot Bread</option>
</select>
Text fresh Milk .. and the Value Milk? 2 Seperate text’s
Just write it in the form.
Copy and Paste the HTML Quelltext?
I have the same problem :
<div style=”display:none” id=”coursc”>
<p><label for=”rythme”>Rythme </label>[select rythme include_blank “15h + 5h de cours particulier” “15h + 10h de cours particulier”]</p></div>
I want users see “15h + 5h de cours particulier” but I just want receive 5 in the email
I don’t understand how to adapt the html code.
Please help me
You can use pipes for that.
http://contactform7.com/blog/2009/11/26/selectable-recipient-with-pipes/
I want users see “15h + 5h de cours particulier” but I just want receive 5 in the email
Change the tag to this:
[select rythme include_blank "15h + 5h de cours particulier|5" "15h + 10h de cours particulier|10"]
so easy!
Thank you very much Takayuki Miyoshi
Anonymous User
(@anonymized-2240233)
This just saved me loads of time, thank you!