[TYPO3-german] Frage wegen Aufbau eines Mailformulars
Fabian Seltmann
fs at marketing-factory.de
Wed Jan 2 11:55:49 CET 2008
Hi Andy,
es gibt die Möglichkeit so ein Dropdown mit Mailformplus zu bauen.
Wie folgt hast du ein typisches Dropdown:
<select name="to">
<option value="eins" ###checked_to_eins###>Eins</option>
<option value="zwei" ###checked_to_zwei###>Zwei</option>
<option value="drei" ###checked_to_drei###>Drei</option>
</select>
Auf der Seite musst du folgendes TS eintragen um die verschiedenen
Empfängeradressen einzutragen:
plugin.tx_thmailformplus_pi1.default.contact_to = TEXT
plugin.tx_thmailformplus_pi1.default.contact_to.data = GPvar:to
plugin.tx_thmailformplus_pi1.default.contact_to.wrap = |
[globalVar = GP:to=eins]
plugin.tx_thmailformplus_pi1.default.email_to = eins at e-mail.de
[end]
[globalVar = GP:to=zwei]
plugin.tx_thmailformplus_pi1.default.email_to = zwei at e-mail.de
[end]
[globalVar = GP:to=drei]
plugin.tx_thmailformplus_pi1.default.email_to = drei at e-mail.de
[end]
Ich hoffe ich konnte dir weiterhelfen.
Wenn noch fragen sind einfach melden.
Gruß
Fabian
Andy schrieb:
> Hallo zusammen,
>
> ich möchte ein Mailformular aufbauen. Dort soll es möglich sein aus
> einer einfachen (html?) dropdown box einen Namen auszuwählen, welcher
> dann später in eine (im Backend ?)hinterlegte Mailadresse "umgewandelt"
> wird und der Person die Mail zugesandt wird.
>
> Hat jemand einen Vorschlag wie man das am besten mit einer Extension
> (welche ?) realisieren könnte ?
>
> Am Mailformplus extension bin ich gescheitert, dort konnte ich nur eine
> Mailadresse hinterlegen unabhängig von der Auswahl in der dropdown box.
>
> Auf ein gutes Neues,
>
> Gruss Andy
More information about the TYPO3-german
mailing list