I created a form with several fields for recording in Joomla, configured everything correctly, as described in your tutorial and also did the override and it all works perfectly.
I only have the problem that when then later in the user management of Joomla and I go to see the profile for the newly created I do not save fields that I created in the form of ChronoForms
What could be wrong?
thanks a lot
stefano
Hi stefano,
Have you set the form up so that they save to the profile table?
Bob
Hi stefano,
The same as any other table, use a DB Save action.
Bob
Done, you can see in the screenshot, but it does not work
I create a user but does not save the other data in the user profile, if you want to step access to the site and see for yourself.
Thanks
stefano
[attachment=0]Torino_Sposi_Web_-_Amministrazione_-_Form_Wizard__FormRegistrazione.jpg[/attachment]
Hi stefano,
Have you matched up the column names? If you add a Debugger action you can see the DB Query that is being created and check that.
Bob
Hi riga75,
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab.
Bob
And this is the screenshot
[attachment=0]Schermata 2013-08-07 alle 19.35.45.png[/attachment]
thanks a lot
stefano
Hi riga75,
You set the date up to save correctly to the '#__user_profiles' table - you'll need to look at the table to see what columns and values are needed.
Bob