[TYPO3-english] Powermail Registration Form

Sergey Alexandrov serg at alexandrov.us
Thu Oct 24 15:06:33 CEST 2013


try to use username field UID. I used uid45 just an example, you can 
find correspondent field UID in List module
So, if username field has UID=123, you should put below uid123

plugin.tx_powermail_pi1 {
     dbEntry{
         fe_users.username = uid45
     }
}

On 10/23/2013 4:06 PM, Miguel wrote:
> 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 at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list