Hi all
I have made a registration form with chronoforms which is linked to the standard joomla registration database.
Is it in any way possible to make a menu item for users where they can see and possibly edit their user info?
And maybe even get an entire list of all registered users which is available for the admin only, where he can see all the registered users and their submitted info?
Regards Mikael
I have made a registration form with chronoforms which is linked to the standard joomla registration database.
Is it in any way possible to make a menu item for users where they can see and possibly edit their user info?
And maybe even get an entire list of all registered users which is available for the admin only, where he can see all the registered users and their submitted info?
Regards Mikael
Hi Mikael,
Yes, all of that is possible.
Please post your version - I happen to remember this time.
In CFv3.2 you can create a form and include code in the Form HTML that will load the user information from the jos_users table and/or some other table with custom data. You have to be careful saving data back to the jos_users table and you probably should not use the DB Connection to do that. I have another tutorial here about doing this in CFv3.
You can use ChronoConnectivity to show lists of information from a table.
Bob
Yes, all of that is possible.
Please post your version - I happen to remember this time.
In CFv3.2 you can create a form and include code in the Form HTML that will load the user information from the jos_users table and/or some other table with custom data. You have to be careful saving data back to the jos_users table and you probably should not use the DB Connection to do that. I have another tutorial here about doing this in CFv3.
You can use ChronoConnectivity to show lists of information from a table.
Bob
Hi Bob
Yes my version is v3.2. I will have a look at your material and return with the results.
Regards Mikael
Yes my version is v3.2. I will have a look at your material and return with the results.
Regards Mikael
Hi Bob
I think there might be something wrong with the paypal setup with that tutorial. None of my credit cards goes through, and they are all confirmed. And i did not have any problems buying your other tutorial.
Regards Mikael
I think there might be something wrong with the paypal setup with that tutorial. None of my credit cards goes through, and they are all confirmed. And i did not have any problems buying your other tutorial.
Regards Mikael
This topic is locked and no more replies can be posted.