[TYPO3-german] Frage wegen Aufbau eines Mailformulars
Andy
andy.ladanyi at web.de
Fri Jan 4 15:36:03 CET 2008
Hallo Fabian,
vielen Dank. Du hast mir sehr geholfen. Es funktioniert tadellos :-)
Würde die Möglichkeit bestehen die Zuordung aus dem select html Feld zur
Emailadresse per Flexform bequem grafisch zu erledigen, ohne Typo3
Kenntnisse ? Ist dir in dieser Richtung etwas bekannt ?
Grüße
Andy
Fabian Seltmann wrote:
> 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