Hi,
I am trying to set up a series of forms where the the name fields would be pre-populated based on the email that was entered.
More specifically, I have an email field on the first page, and after they enter it, they are taken to the registration page with Advanced Name fields, among others. I already have a list of emails that correspond to first and last names in an Excel spreadsheet. So when they enter their email on the first page, when they are taken to the registration page the first and last names should already be filled in.
I've looked into dynamically populating fields, as well as the gform_pre_render, but I have little to no coding experience so can't really figure out how to get it to do what I want. I'm also totally open to entering the information into a form or table on Wordpress so that it doesn't have to pull the information from an actual Excel file.
Any help would be appreciated!