[TYPO3-german] MailformPlus: select Feld im HTML-Formular vorbelegen?
Reinhard Führicht
fuehricht at gmx.at
Tue Dec 4 22:57:20 CET 2007
Hallo,
wärs nicht am einfachsten das Feld über HTML mit einem Defaultwert zu
belegen?
<select>
<option value="">Defaultwert</option>
<option value="1">1</option>
...
</select>
Schöne Grüße,
Reinhard
Gerhard Mehsel wrote:
> Hallo,
>
> ich stehe nach Stunden rungetue vor dem nächsten MailformPlus Problem:
> wie kann ich ein HTML-Formular Feld von Typ select dynamisch vorbelegen?
>
> So klappts nicht:
> plugin.tx_thmailformplus_pi1.default.country = TEXT
> plugin.tx_thmailformplus_pi1.default.country.data = GPvar:andererCountry
>
> Und so auch nicht:
> plugin.tx_thmailformplus_pi1.fieldConf {
> country {
> defaultValue= TEXT
> defaultValue.data = GPvar:andererCountry
> }
> }
> Was mach ich falsch? Ich habe Angst, dass mir ein Cache (BrowserCache,
> Typo-Cache etc) dazwischenfunkt!?
>
> Schöne Grüße,
> Gerd
More information about the TYPO3-german
mailing list