I have a User table that was created on my host for users to log into the website. This table has the user login information, such as, name, phone and email address. I'm trying to use that login name (email address) to do two things:
1.) To look up the registration form to edit the information.
2.) To open the registration form and user the information from the User table to auto-populate information on the registration form.
I saw on your website under Help General a document that explains how to do this but don't recall how I got it.