After last update SELECT doesn´t apply pipe
-
I had the basic select in form.
After last update in contact form 7, select with email stopped working
From
[select form-dest “Dest one|email@email.com” “Dest two|two@email.com”the resultant HTML is now:
<select name=”form-dest”>
<option value=”Dest one”>Dest one</option>
<option value=”Dest two”>Dest two</option>
</select>Any other hace the same issue? Any idea to solve it? (not using pure HTML 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘After last update SELECT doesn´t apply pipe’ is closed to new replies.