Answered

Button on website to skip welcome screen and start directly at first question


I have leads coming from two sources:

1. Instagram link in bio
2. Become a member button on my website 

I need the users coming from source 1 (Instagram) to start at the normal typeform welcome screen.

I need the users coming from source 2 (Website button) to skip the welcome screen entirely and start directly at the first question. 

1 is working perfectly. How do I do number 2?
Basically I dont want the website people to see the intro video and text and i dont want to make a new form.



Thank you

icon

Best answer by john.desborough 3 May 2024, 00:24

View original

3 replies

Userlevel 7
Badge +5

Hi @levilo Do you have the form embedded on your website? If so, for those that are coming to your website (versus you sending them the typeform link directly from your bio), you can choose to hide the welcome screen by adding the following code to your embed (I believe, tagging @mathio to check)

data-tf-inline-on-mobile

No its not embedded on my website, the button redirects to typeform directly

 

Userlevel 7
Badge +6

@levilo - if you add a hidden field in your form (v_button for example) and a logic rule for a hidden field that says “if v_button = web_site then go to q1” then the link for the form will include the following text

  • v_button=xxxxx

use this exact link for the instagram link 

 

for the member button URL, chnage it to have the v_button=web_site appended 

 

then your logic should have the user from the website bypass the welcome screen. 

 

des

Reply