Issue: I currently have three forms set up, each of them are a step-system type of form, meaning there are multiple steps to complete a form submission. It's broken up as such:
General Information
Form Specific Information
What I would like is to make it when the user fills out the General Information section, it creates a user account for that particular user (I have this set up already). However, when the user goes to another form, I would like the data previously filled out on the previous form copied to the new form.
The problem I currently have with this is that in the general information section, I ask for things such as Address and Phone Number, which aren't a part of a "User Profile" within WordPress, is there any way to copy this information?
OR if I could edit the Wordpress User Profiles, I could set it up where the user must first register with the website and then only fill out the specific form information. Again, this would require being able to store extra information in the wordpress User Profile. How can I accomplish this?