Now I found a problem, in this old page when you check the check box, there will show up another section with question and when you uncheck the check box these section just disappear.
Now I am trying to make a same page as this page, but I am unable to make that function work, please let me know how can I create that. Thanks.
Hi, this is doable in webflow without code but with interactions. You should watch the tutorials here : http://tutorials.webflow.com/ and in page 2 you have the interactions tutorial.
So with interaction, you can hide a portion of your form, and unveil it on a click on an element. However, this is not wise to use it (as your example do) on a checkbox, because it doesn’t make a lot of sense. Anyway, any graphical element will do.
It works!! Thanks man, that is really helpful. haha I had a new issue. Because I made them in one Form and the second part of the questions are also required, the issue is that if you don’t fill out the second part questions the form can’t be submitted. How can I manage this?
I know that, but what I want is when the check box is checked then those questions should be appeared and required. When the check box is unchecked I need the form allow the user to submit the form.