Ich habe ein Mail Formular mit folgendem TS:
---
prefix = tx_form
confirmation = 0
postProcessor {
        1 = mail
        1 {
                recipientEmail = mail (at) example.com
                subject = Mail Form
        }
}
10 = TEXTLINE
10 {
        name = text_input_field
        label {
                value = Texteingabe
        }
}

---

Jetzt möchte ich gern, dass der Label value Wert in der E-Mail ein anderer ist, 
als der auf der Webseite?

Kann ich vielleicht für das einzelne Feld den Wrap anpassen?

Ich hoffe es kann mir jemand helfen, vielen Dank.
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an