On the first page of my form, the user inserts their email. I then hook gform_validation and check that email against a DB. If it exists, we continue to page 2.
I have another variable that comes back with the email value which I want added when the form is submitted.
There are two ways I can think of doing this. Hook into a different function which adds the variable to the entry when submitting the form.
OR
Adding the variable to the input field on the next page using gform_validation
I'm in the dark on how to do either and could definitely use some help.
Thanks in advance.