Hallo aus Tirol,
Ich hab ein Formular mit einer Bundesland-select. Je nach gewähltem Bundesland soll ein entsprechender Formular-Empfänger gewählt werden. Ich bekomms leider nicht hin?!
So schaut der nicht funktionierende Code aus
Code
<we:form type="formmail" name="Mitteilung" method="post" recipient="\$Bundesland" ...>
<select name="Bundesland">
<option value="christoph@xxx.com">Burgenland</option>
<option value="christoph@xxx.com">Kärnten</option>
<option value="christoph@xxx.com">Niederösterreich</option>
</select>
...
</we:form>
Bitte um zweckdienliche Hinweise und ein großes Danke!
Christoph