[TYPO3-german] Re: formhandler - Wert aus dropdown wird nicht übermittelt
Reinhard Führicht
rf at typoheads.at
Wed Aug 4 17:11:12 CEST 2010
Hallo Ingo,
wie auch schon in meiner E-Mail erwähnt ist dein HTML-Code meiner
Meinung nach falsch.
Die "value"-Attribute der "option"-Tags dürfen nicht leer sein, sonst
wird nichts übertragen.
Außerdem fehlt bei allen "selected"-Markern ein schließendes "###".
Also z.B.:
<option value="###LLL:Endverbraucher###"
###selected_dropdown_###LLL:Endverbraucher######>
###LLL:Endverbraucher###</option>
Viele Grüße,
Reinhard
Am 2010-08-04 17:04, schrieb Ingo Preuß:
> Hallo,
>
> irgendwas stimmt beim dropdown nicht, da der Wert nicht übermittelt wird:
>
> <form method="post" action="###REL_URL###" enctype="multipart/form-data">
> <input type="hidden" name="formhandler[submitted]" value="1" />
> <div class="row">
> ###error_dropdown###
> <label for="dropdown">###LLL:dropdown###
> ###required_dropdown###</label>
> <select name="formhandler[dropdown]" id="dropdown">
> <option value=""
> ###selected_dropdown_###LLL:choose###>###LLL:choose###</option>
> <option value=""
> ###selected_dropdown_###LLL:empty###>###LLL:empty###</option>
> <option value=""
> ###selected_dropdown_###LLL:Endverbraucher###>###LLL:Endverbraucher###</option>
> <option value=""
> ###selected_dropdown_###LLL:Lohnproduktion###>###LLL:Lohnproduktion###</option>
> <option value=""
> ###selected_dropdown_###LLL:Entwicklung###>###LLL:Entwicklung###</option>
> <option value=""
> ###selected_dropdown_###LLL:Importeur###>###LLL:Importeur###</option>
> <option value=""
> ###selected_dropdown_###LLL:Sonstiges###>###LLL:Sonstiges###</option>
> </select>
> </div>
>
> <div class="clear"></div>
>
> <div class="row">
> ###error_vorname###
> <label for="vorname">###LLL:vorname###</label>
> <input type="text" name="formhandler[vorname]" id="vorname"
> value="###value_vorname###"/>
> </div>
>
>
>
> Grüße, Ingo
>
>
> ----------------------
>
> Ingo Preuss
> Rigaer Strasse 65
> 10247 Berlin
>
> 0163.160 51 03
>
>
More information about the TYPO3-german
mailing list