Hello
I would like to build Questionnaire application [ web ] , I have defined all the question by main survey.
Now When user get email with survey like
http://testsevery/questions.nsf/survey?openform&useID=233432432&SurveyID=23432423&testID=23232323
when they open this link they would be display their basic details about their personal information and start survey button which I did using querystring parsing and gathering required information from lookupview . Now what I would like to do is when they click on start survey button I would like to represent first question for the survey they have got an email.
I thought we can use AJAX call and do some stuff with JSON but still I am not clear on that part.
Can anyone please help me when user click on start survey it should use ajax call to do somme manipulation with JSON and then return the questions in json format on question form ?
Please note that every survey has specific timelimit beyond that it will submit the survey automatically, I dont want to use query_string wherein we can pass the parameter to agent and then anybody can play with it.
Thanks for your help.
Thanks
M