Dynamically populate the Survey questions based on a specific column in a schema ?
Hi everyone,
Happy New Year!
I've set up a WebApp with the following flow: Preloading > Page > Storage > Thank You Page > End.
- In the survey section, there are three questions where participants are asked to rate various features on a scale of 1 to 10. I am looking for a way to dynamically adjust these features based on the information in each recipient's 'features_schema'.
- Also, I need to ensure that each participant can only submit their responses once. This is crucial for maintaining the integrity of the survey results.
- Furthermore, I aim to restrict access to the survey so that it's available only to the individuals who received it via email. This is to ensure that the feedback is gathered exclusively from the intended audience.
Also,the form we are using a custom form that has it's own HTML, CSS, Jquery & JS in it.
Please suggest. Thank you in advance.