Hello everyone !

I'm trying to make a register form using Powermail, so i need to write in 
fe_users table the information that is inserted in the form inputs...To do 
this, i inserted a form by Flexform (for test purpose, i only added one input 
field for the nickname and the submit button). Afther this, i have created an 
extension template in the registration page and added the following code:

plugin.tx_powermail_pi1 {

dbEntry{

fe_users.username = username

}
}
Well this is not working, the information that is written inside the powermail nickname 
input ( {username} ) is not written in the column "username" inside fe_users 
table...

So the question is: what am i doing wrong?

Glad for the attention!
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to