Skip to main content

Hi,


i’ve just created a landing page and am wondering if it’s possible to have it be dynamic depending on the answer given by the user ? for example , the first question is “are you over 50 years old” 2 answers possible “yes / no” and depending on the box checked, the form gives a follow-up question different based on the previous answer.

is this possible via unbounce landing pages ?

thanks for your help Mike

Hi, I think you’ll need JavaScript as I am not aware of built-in possibilities.

Two ideas:






You can create the question in the same form, hide it by changing the code (inline style or a class), then have an onchange event on the previous question with JavaScript code checking the answer and un-hiding the question






You create the conditional question(s) in a new form (and the rest is almost the same like above).


Hope this helps!


Reply