Hi everyone. I need some help finding the best typeform plan and/or workarounds for my forms. I’ve reached out to support over 2 weeks ago and never heard back. I am looking for:
Information on drop off, when/where leads are dropping off application
Two step application process (step 1: gather lead name and email, step 2: rest of application questions)
Automatically end application if lead puts in certain age or answers no to financial question
It looks like the features are included in the Business plan but I am not in a position to pay $1k/yr for typeform right now. Especially since it’s JUST the drop off feature that is needed from that plan. Any help finding work arounds or other platforms who can provide these features is much appreciated.
you create two typeforms - as you describe - with the first using redirect on completion to the second, including the email as a hidden field that is passed as a variable in the url to the second form
when you add the hidden field into the second typeform, it will act as the receiving bucket for the variable passed in the url from the first form.
save this second form and share the link - that link will contain the syntax to use from the first form’s redirect - simply replace the xxxxx in the string with the @recall question response and it will populate
use logic rules in your question to determine if you are going to kick the user out
ie if the legal age is 18, and you have q2 that asks for the year of birth as a number, then your logic would look like this
if q2 less than 2005 then go to ending
if q2 is greater than or = to 2005 then go to the next appropriate question
if you feel your drop offs are happening at a given question, then check out the Help Centre and search for articles on how to reduce drop offs. just a thought. there are several articles there and several of the Typeform webinars that have discussed this over the past couple of years.
you create two typeforms - as you describe - with the first using redirect on completion to the second, including the email as a hidden field that is passed as a variable in the url to the second form
when you add the hidden field into the second typeform, it will act as the receiving bucket for the variable passed in the url from the first form.
save this second form and share the link - that link will contain the syntax to use from the first form’s redirect - simply replace the xxxxx in the string with the @recall question response and it will populate
use logic rules in your question to determine if you are going to kick the user out
ie if the legal age is 18, and you have q2 that asks for the year of birth as a number, then your logic would look like this
if q2 less than 2005 then go to ending
if q2 is greater than or = to 2005 then go to the next appropriate question
if you feel your drop offs are happening at a given question, then check out the Help Centre and search for articles on how to reduce drop offs. just a thought. there are several articles there and several of the Typeform webinars that have discussed this over the past couple of years.