Ich will beim Formmail Betreff den Namen des Ausfüllers (Feld heißt Name) hineinschreiben. Gibts da einen Trick?
Code: Alles auswählen
<we:form type="formmail" name="Anfrage" method="post" recipient="office@bigdetail.com" from="office@bigdetail.com" forcefrom="true">
<input type="hidden" name="subject" value="<we:var name="Name" /> fragt an" />
<input type="text" name="Name">
<input type="text" name="Name" to="global" nameto="Name">
...
</we:form>
Christoph