Page is a not externally linkable
Wicketywick - 10:59 am on Oct 29, 2009 (gmt 0)
The input field is: <input type="hidden" name='field[537,0]' value='' /> the dropdown selection positions are: <select name='field[539,0] > the command I am looking for would be: if "Herr" is selected, add "sehr geehrter" to How does that get done?
I want to complete my form with a bit of Javascript (which I know next to nothing about, to fill out a hidden input field).
<option value='Herr'>Herr</option>
<option value='Frau'>Frau</option>
"field[537,0]" and if "Frau" is selected add "sehr geehrte".