[TYPO3-german] Extbase formulare in typoscript auslesen?

Markus Golser golserma at gmail.com
Wed Dec 17 16:44:34 CET 2014


Hallo ich habe eine Extension und binde diese in meine Seite ein:

lib.anfrage = USER
lib.anfrage {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
pluginName = bsFormView
extensionName = Bookingsuedtirol
vendorName = Weihergut
controller = Anfrage
action = index
}


Ich habe dann z.B. ein Formularfeld mit Namen
tx_bookingsuedtirol_bsformview[anfrage][days]

Nun möchte ich gerne ein powermail Feld damit füllen.

ich habe es bereits so versucht funktioniert allerdings nicht.

plugin.tx_powermail.settings.setup.prefill {
days= TEXT
days.data = tx_bookingsuedtirol_bsformview[anfrage][days]
}


More information about the TYPO3-german mailing list