Hi,
I want to be able to make more follow-up questions appear when the previous question is either answered with a drop down or yes/no choice.
Thanks
Hi,
I want to be able to make more follow-up questions appear when the previous question is either answered with a drop down or yes/no choice.
Thanks
Hey asksj,
I was looking for moreโฆ
If the user answers โYesโ then these set of questions will appear. If โNoโ, then these set of questions will appear. If nothing is chosen, nothing will appear.
I hope this is more clear.
Got itโunfortunately conditional behavior like this is not really possible natively with Webflow forms. I know there is a way to do something similar with MemberStack where data is being updated in user profiles, but outside of that Iโm not really skilled enough to give a better solution. Sorry! Hope someone else can help here.
Hello @Hiry,
I see what are you trying to do, a conditional form, you can use custom code, or a third party plugin to achieve that, however you can also try the first example that @asksj posted for you ( I only checked the first example, the other two might help too). You want to condition your questions on a form based on whether your user selects YES or NO, right? Why donโt you make the slider on example one, multi-step-form - Webflow, to have two buttons, YES and NO, Yes will take your user to a different page with all the questions for that criteria, and No will do the same but different questions. That way you control where your user goes based on their answers. Do you see what I mean? I hope this makes sense. Let me know if you have any questions.
Isnโt this kind of a survey then? Not sure if Typeform supports conditional behavior.
If yes: Typeform Integration | Webflow University
Hi Pablo,
Would it be possible if you could send me an example of the custom code or which third party plugins Iโd need?
Iโd prefer not making the form multiple pages because, in my opinion, doing that hurts the usability of the form too much. Iโm trying to create a seamless experience while using the form that doesnโt make the user go through multiple pages.
Hello @Hiry,
I see what you mean, you want your UX more seamless and intuitive, I see how multiple pages could confuse some users. So, for a conditional forms you can use this Conditional Logic Forms , a friend of mine use it before and recommended it, there you can make forms and embed them on your site, I think you need a membership but they let you explore for free. As for costume code, that is a little more complicated, depending on the complexity of your form, this example https://codepen.io/memco/pen/BajpD only uses html and css, so you could do that on webflow using hide/show with no custom code. https://codepen.io/truongsa/pen/zJpmxm this one uses html/css/js but it could take some time to translate it into your website. I hope these options help you decide what is best for you. Good Luck. Take care. Let me know how it goes.
Hi Norbert,
While both are quite similar, a survey isnโt the type of information Iโm looking to obtain.
Thanks for the link to Typeform. Iโll check it out to see if itโs something they support.
Hey Pablo,
Thanks for the resources! This is exactly what Iโm looking for. Iโll send you an update once Iโve learned how to use and implement onto my form.