Hello, I want there to be an option to take my survey later without it distracting from the default survey. I have two options I am trying to figure out to solve this problem. To a) target the second button in the popup title “email for later” and hyperlink it to a separate survey to collect email and trigger a task (I already have that set up, just need to hyperlink the button) or b) make the button I hard coded in the actual survey (if I can’t hyperlink the popup) to “submit” or end survey without taking the required question in the survey.
I don’t want to skip logic because I don’t want the “take survey later” option to be a primary thought… I want it as an option in the actual survey (if I can’t hyperlink the button).
Here are the screenshots of both options to better explain what I need…
- Hyperlink the second button to this survey
- Make this button active with js and end survey/submit, bypassing the required questions. (Keeping the question/submit option in the current survey. No “disappearing” of the other questions)
I don’t know how to write js, only html and css. Any help is appreciated.
Thanks :)