Validation before submit
-
Hi.
I am using this plugin to make a form (obviously) but I have a <select> that requires <option value=”xxx”> because I have a script that when a person choose XXX option, another div is displayed, everything works but when I recieve the email, instead of recieving the text of the selected option I recieve the value of the option.
Example:
<select>
<option value=”test”>A simple text</option>
//script to display the div
<div id=”test” display:none>TEXT</div>What I recieve on the email is this
Chosen option: “Test”
What I really want is to change “Test” and insert “A simple text”
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Validation before submit’ is closed to new replies.