Yes/No Logic to fill in the form again | Community
Skip to main content
Question

Yes/No Logic to fill in the form again

  • November 2, 2024
  • 6 replies
  • 42 views

Hey there - I’m generating an award nomination form where I will have a list of award categories, and then get information about those nominees.

I want to have a ‘do you want to nominate for any other categories’ and a yes/no logic gate at the end, that will take them through the form again to allow them to nominate others.

Is this possible?

I’ll likely use similar logic during the voting process too (so that people only have to vote in the categories that they want to vote in and not have to scroll through a bunch of ones they don’t want to).

Thanks!

6 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15013 replies
  • November 4, 2024

Yes, this is possible, @TMcLeod ! In fact, we just created a form like this for our Typeform Awards (which just closed). 

 

 

Tagging @James in case he wants to share how he built the form!


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5306 replies
  • November 4, 2024

@TMcLeod @Liz - it’s really a simple case of having two endings: 

  • if YES then redirect upon completion to the form url
  • if NO go to an ending  page that says thank you (or something else.. ) 

des


  • Author
  • Explorer
  • 1 reply
  • November 4, 2024
john.desborough wrote:

@TMcLeod @Liz - it’s really a simple case of having two endings: 

  • if YES then redirect upon completion to the form url
  • if NO go to an ending  page that says thank you (or something else.. ) 

des

AHHHHhhhhhh - that makes sense…. I guess they’ll have to fill in some of their initial information (like email address) again, but otherwise, yeah the form would reset. Thanks for the tip!


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5306 replies
  • November 4, 2024

@TMcLeod - you could pass the email address as a hidden variable in the redirect url. 

maybe start with logic on hidden field that says if the value of the hidden email variable passed in is xxxxx, then ask email question (logic rule to include it) otherwise, if the email variable is NOT xxxxx (passed in from earlier form) then bypass the email field

 

des


James
Community Team
Forum|alt.badge.img+5
  • Community Team
  • 687 replies
  • November 5, 2024
Liz wrote:

Yes, this is possible, @TMcLeod ! In fact, we just created a form like this for our Typeform Awards (which just closed). 

 

 

Tagging @James in case he wants to share how he built the form!


Thanks @Liz – @TMcLeod if you’re interested in learning more about using typeform for running awards programs (along with other event-related use cases) feel free to join our session on “Creating dynamic event experiences with Typeform” at Typeforum on November 14th ​​​​​. More details and the link to sign up here: https://www.typeform.com/typeforum/

Cheers!


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15013 replies
  • November 18, 2024

@TMcLeod Did you end up attending the session? Let us know if you did and what you thought of it!


Reply