Typeform style survey? - Post ID 283731

User 2028484 Photo


Registered User
94 posts

Hi, I was wondering if I could make a form that would work like Typeform surveys work, where it asks the person one question at a time, and then when they click submit or press enter it moves on to the next question? When the final question is answered it sends all the responses at once.


You do not need a parachute to skydive. You only need a parachute to skydive twice.
User 187934 Photo


Senior Advisor
20,186 posts
Online Now

Hi AngelArs,
This could be done with Form Designer. You'll have to write your own conditionals for it.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2028484 Photo


Registered User
94 posts

Thanks for responding Eric.

Can you give more information about where I can learn about how to make conditionals?

This is all new to me. Thanks.


You do not need a parachute to skydive. You only need a parachute to skydive twice.
User 187934 Photo


Senior Advisor
20,186 posts
Online Now

This is pretty basic
https://www.javascript.com/learn/conditionals
I like using JQuery. Here's a quick example.
if ($("input[name='checkbox1[]']")).is(':checked'));
{ $("input[name='firstname']").show();}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.