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.
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an