I have a profile page for each user. I want the users to be able to update their profile. Currently I send them to a form and the form will update the profile data - works nicely. However, this doesn’t work well for an update scenario from a user experience because I can’t pre-populate the form for them. They may accidentally erase their own data.
I want to make it so that when they go to edit profile there is a form with inputs already filled in, so they can just update what they want and save. Possible?