I've searched all threads and managed bits and pieces.
I have no problem getting the Joomla Registration plugin working, but have spent hours on just trying to add an extra field to the form. For tests I made a field called
"Fave Color" to add.
What I had done so far:
Using the Joomla Forms Page I had created and added a new field called "Color' which was assigned text_15
Then
1) I go to my form in Forms Manager , check its checkbox
2) Click on Profile page
Under Configure Profile Table plugin
Table Name : ( a new table I created call chrono_reg where a column called ID had been made to match the Joomla Reg Form I gather ) I do not know how thee tables get rea;ated behind the plugin code.
Target Field Name would be : ID
Request parameter name : ID
Enable Data Storage : yes
Tablename : I choose both jos_chrono_reg and jos_users
Saving Data : Before Email
Extra dataview colums : Color
main view record: Record #n
When I submit, I get the default Joomla Reg info into the Users table but I get nothing ( in this case the color field )in the chrono_reg table.
The error I get after I submit is:
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxxxxxxx/public_html/xxxxxxx.com/libraries/joomla/database/database/mysql.php on line 540
I know I am missing something here and I have really tried my hardest to make sense of it. I promise good karma for their kind assistance.
How do I do this so that I get the form "Fave color" added?
Thanks in advance.
I have no problem getting the Joomla Registration plugin working, but have spent hours on just trying to add an extra field to the form. For tests I made a field called
"Fave Color" to add.
What I had done so far:
Using the Joomla Forms Page I had created and added a new field called "Color' which was assigned text_15
Then
1) I go to my form in Forms Manager , check its checkbox
2) Click on Profile page
Under Configure Profile Table plugin
Table Name : ( a new table I created call chrono_reg where a column called ID had been made to match the Joomla Reg Form I gather ) I do not know how thee tables get rea;ated behind the plugin code.
Target Field Name would be : ID
Request parameter name : ID
Enable Data Storage : yes
Tablename : I choose both jos_chrono_reg and jos_users
Saving Data : Before Email
Extra dataview colums : Color
main view record: Record #n
When I submit, I get the default Joomla Reg info into the Users table but I get nothing ( in this case the color field )in the chrono_reg table.
The error I get after I submit is:
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxxxxxxx/public_html/xxxxxxx.com/libraries/joomla/database/database/mysql.php on line 540
I know I am missing something here and I have really tried my hardest to make sense of it. I promise good karma for their kind assistance.
How do I do this so that I get the form "Fave color" added?
Thanks in advance.