Button on website to skip welcome screen and start directly at first question | Community
Skip to main content
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

Best answer by john.desborough

@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

View original

4 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14946 replies
  • May 2, 2024

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


  • Author
  • Explorer
  • 1 reply
  • May 2, 2024

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

 


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5281 replies
  • Answer
  • May 2, 2024

@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


Forum|alt.badge.img
john.desborough wrote:

@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

I tried this but it didn’t work. In the logic flow, selecting the user from the website going to question 1 does nothing. I think because the welcome screen doesn’t exist in the list of ‘go to’ in the logic anyway, so you can’t select to go to the welcome screen for all other cases.