Hi,
Is there any way that I can add a quiz/survey/form that once all the questions are completed and dependent on results links to a certain page instantly?
Thanks.
Hi,
Is there any way that I can add a quiz/survey/form that once all the questions are completed and dependent on results links to a certain page instantly?
Thanks.
Hi Jonnie
Yes with wix code you have the ability to catch onChange events. When these fire you can test the value and build up a list of completed answers.
Then when the last answer is completed you can assess the answers and redirect the page to a new page.
Page redirecting is accomplished using the wix-location API
If you have some coding skills the best thing to do is get familiar with the Wix Code APIs
Cheers
Steve
Hope that helps
Steve
Awesome - thanks Steve.