Hi, I have a very lengthy survey with all questions in one page. I wanted a custom URL (example.com/survey-one.html) for my survey. So I have created a html file 'survey-one.html' inside limesurvey folder which contains <frameset> that loads the survey.
Please find screenshot attached for the .html code
Now, when I load
example.com/survey-one.html
token page is loaded. When I enter the token and submit, it takes too much time (like 30secs+) to load the survey. And since its in a
,
browser's page loading status bar (refer screenshot) is not shown while loading the survey page, which is confusing my participants and are complaining that the survey is not loading after token entered. Also, they are submitting token multiple times until page is loaded, and is causing duplicate empty entries in responses table.
How do I fix this? I am planning to add a javascript alert message in token page, that says "page loading, please wait" when token is submitted. How do I do this part? I tried adding some alerts in my custom template's template.js
But does not work, no alert pops-up in token page, it does pop up in survey page though!
Please help
Thanks in advance