I have a lengthy Videoask form that takes between 30 - 45 minutes to complete. The chances that people will complete the entire form in one sitting is slim so I had to break the form into 6 sections with each section being a separate form. All 6 forms were connected via the redirect function.
Now the challenge is - while I am able to capture the client’s name and email on the 1st form, and have this sent to the 2nd form using variables, the name and email are not passed on to the 3rd, 4th, 5th and 6th forms and that information is important otherwise it would be impossible to distinguish client responses.
Is there a way around this?