I am hoping to create a questionnaire on my Intranet that makes it simpler for the user by showing only one 'section' at a time, and allows the users to progress forwards and backwards through the form.Rather than describe what I have in mind, I made a little GIF
I would really appreciate some advice on the best way to tackle this before I blindly stubmle into it. Some questions / thoughts
- Rather than re-invent the wheel, is there something out there that can already do this? (I couldn't find anything suitable)
- Would this be best done as one single HTML document with sliding DIVs or use AJAX to load each section somehow?
- Some questions require fairly long responses from the user. I would prefer the PREV and NEXT buttons to save their progress asynchronously to avoid lost time if they 'accidentally' close the form or whatever users tend to do.
- I am fond of jQuery so would probably prefer a jQuery solution