[TYPO3-german] POST Variable an Powermail-Formular übergeben

Felipe Gonzales social at condor-idiomas.com
Wed Apr 9 18:42:47 CEST 2014


Hallo,

Ich habe folgendes Problem: Ich würde gerne ein Variable von einem Vorformular in ein Powermail mit POST übergeben. Das Vorformular sieht so aus:

<form action="index.php?id=74" method="post" id="emailsignup" style="margin:0px; padding:0px; ">

<input name="email_reg" type="text" value="Email" />
<input name="tx_indexedsearch[submit_button]" type="image" src="../fileadmin/img/email-button.gif" value="Email" />

</form>

Im TS hab ich folgendes für das Input-Feld (uid82) des Powermail-Formulars (2.0.10), welches die Variable "email_reg" übernehmen sollte:

plugin.tx_powermail.settings.setup {
prefill {
uid82 = TEXT
uid82.data = GP:email_reg
uid82.htmlSpecialChars = 1
}
}

Leider funktionert's nicht. Hat jemand Erfahrung mit einem ähnlichen Problem gemacht? Hat jemand eine Hilfestellung?

Besten Dank für eure Hinweise.


More information about the TYPO3-german mailing list