[TYPO3-german] formhandler: Inhalt statt value?

Reinhard Führicht rf at typoheads.at
Tue Apr 5 11:27:02 CEST 2011


Hallo,

du kannst in den Dropdowns die Übersetzung statt einem fixen Wert verwenden:

<option value="###LLL:salutation_ms###" 
###selected_salutation_###LLL:salutation_ms######>###LLL:salutation_ms###</option>

Viele Grüße,
Reinhard

Am 2011-04-05 10:49, schrieb untangler:
> Hallo zusammen,
>
> ich möchte für Select-, Check- und Radio-Felder jeweils in der E-Mail
> nicht die values sondern die Inhalte haben.
>
> <select name="formhandler[salutation]" id="salutation" size="1">
> <option value="">&nbsp;</option>
> <!-- Beispiel XML: <label index="salutation_ms">Ms.</label> -->
> <option value="ms"
> ###selected_salutation_ms###>###LLL:salutation_ms###</option>
> <option value="mrs"
> ###selected_salutation_mrs###>###LLL:salutation_mrs###</option>
> <option value="mr"
> ###selected_salutation_mr###>###LLL:salutation_mr###</option>
> </select>
>
> E-Mail:
> ###LLL:salutation###: ###value_salutation###
>
> In der E-Mail wird nun "Salutation: ms" anstatt "Salutation: Ms."
> ausgegeben.
> Wie kann ich in der E-Mail den gewählten Inhalt und nicht den Value
> ausgeben?
>
> Grüße
> untangler



More information about the TYPO3-german mailing list