Hi,
I've created many functions so far including registration and a separate db update form. Everything looking good!
Now I need to provide an update form for user profile info. I will add extra fields but haven't added them yet. I wanted to get this working first.
1. I display the info with DB Record Loader - everything looks OK here. (Model Id is blank)
2. I blank out the password field before Show HTML
3. I update with Joomla User Create/Update. I've placed this in "On Submit". I'm just trying to change the name field. All password fields are set: not required.
a) I've provided a hidden "id" field, name is id.
b) I've mapped the fields in Create/Update just as I did with Joomla User Registration.
c) Settings tab has:
->Function "Create/Update",
->Enable Old Password "No",
->User Data Path is empty.
But I'm not able to update my name field. I get my show thanks message without any errors, but field not being update.
Is there a way I can make this work?
I've created many functions so far including registration and a separate db update form. Everything looking good!
Now I need to provide an update form for user profile info. I will add extra fields but haven't added them yet. I wanted to get this working first.
1. I display the info with DB Record Loader - everything looks OK here. (Model Id is blank)
2. I blank out the password field before Show HTML
3. I update with Joomla User Create/Update. I've placed this in "On Submit". I'm just trying to change the name field. All password fields are set: not required.
a) I've provided a hidden "id" field, name is id.
b) I've mapped the fields in Create/Update just as I did with Joomla User Registration.
c) Settings tab has:
->Function "Create/Update",
->Enable Old Password "No",
->User Data Path is empty.
But I'm not able to update my name field. I get my show thanks message without any errors, but field not being update.
Is there a way I can make this work?