I subscribe to all the extensions.
I used DataAssist2 just like I did on the user_registration page but when the user_profile form is submitted the information is updating in the database but it then does not display on the users_profile page in the newly added fields?
These are the steps I took:
Doubled clicked on the Update Record (users)
The first window "General Configuration" I make no changes,
press next,
select one of the newly added fields,
select the lightning bolt,
a server entity window opens with about 6 different choices, I choose WAATKUpdateForm and selected the new column I added to the database. So after saving and uploading, when logging in as a user and filling in the new fields, when submitted the fields will update the database, but on the user_profile page it shows my newly created fields as blank. So what am I missing to get those fields to show the information from the database like the rest of the fields on that page?
I have error reporting on and get no errors.