Die Lösung...habe sie nun doch noch selbst in einem anderen Forum ganz versteckt finden können:
In der Datei typo3conf/ext/th_mailformplus/pi1/class.tx_thmailformplus_pi1.php ändere man folgenden Code:
Zitat:
|
$email_sender = $this->getFieldContent("email_sender");
|
in
Zitat:
|
$email_sender = $this->get_post['Feldname'];
|
Funktioniert zumindest bei Mailformplus 4.0.3
Saludos
Multikulti