Cliffnotes version:
1) how to allow users to update their joomla registration information?
2) how do I allow users to change their passwords using chronoforms?
I have created a registration form and everything works great. And I have created an form to allow the user to update their information. It will autopopulate with the information from the database the form saves to and also it populates the username, email, name from Joomla itself. But now how do I get it to update the joomla table if a user changes their email? I can get it to update the chronoform information great... just not the joomla.
Also how do I allow them to update their passwords? I would prefer to have everything on just one form instead of using the built-in Joomla form for the joomla stuff and the chronoform for all the other stuff. Or if they don't want to change their password then it won't bug them saying that the password is missing. I can get the hash to show up using this code:
Thanks for any help!
1) how to allow users to update their joomla registration information?
2) how do I allow users to change their passwords using chronoforms?
I have created a registration form and everything works great. And I have created an form to allow the user to update their information. It will autopopulate with the information from the database the form saves to and also it populates the username, email, name from Joomla itself. But now how do I get it to update the joomla table if a user changes their email? I can get it to update the chronoform information great... just not the joomla.
Also how do I allow them to update their passwords? I would prefer to have everything on just one form instead of using the built-in Joomla form for the joomla stuff and the chronoform for all the other stuff. Or if they don't want to change their password then it won't bug them saying that the password is missing. I can get the hash to show up using this code:
value="<?php echo $user->name; ?>"
But I'm not too sure where to go from there. I've searched through the forums but I've come up empty handed.Thanks for any help!