[TYPO3-german] MailformPlus: select Feld im HTML-Formular vorbelegen?
Gerhard Mehsel
sparking at gmx.net
Wed Dec 5 09:48:59 CET 2007
Hallo Reinhard,
Reinhard Führicht schrieb:
> 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>
Leider ist das in meinem Fall nicht ausreichend, da der "Defaultwert"
davon abhöngt, was der User im Schritt davor angegeben hat. Ich muss
also dynamisch vorbelegen.
Schönen Gruß,
Gerd
>
> 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