Hi I need to create an interactive questionnaire for my clients to complete and send back to me. The form must not be visible but when they click on one word on a specific page the questionnaire should appear.
Hi Shelley,
there are many ways to go about it:
- have the form hidden by default on page load, and then use onClick event on that word to show the form, https://www.wix.com/code/home/example/Hide-and-Show-Elements
- if you also need a non anonymous questionnaire, you should address the identity of the user, and either create the form on a member-protected page so users will need to login first and redirect to that form, or use ‘google forms’ for the questionnaire part, redirecting there on clicking that word
Shlomi