Thursday 07 April 2011 3:53:12 am
I'm trying to dynamically preselect / prefill certain fields of an ezSurvey by passing the values as GET parameters to the form, but so far I've failed. I've done trial & error with all variations of the "ContentObjectAttribute_ezsurvey_answer" parameter, e.g.
http://www.domain.com/my_survey?ContentObjectAttribute_ezsurvey_answer_1797_672=Product1
http://www.domain.com/my_survey?ContentObjectAttribute_ezsurvey_answer_1797=Product1 http://www.domain.com/my_survey?ContentObjectAttribute_ezsurvey_answer_672=Product1 Is this possible at all with ezSurvey? (I need a dynamic preselection, depending on which page is linking to the survey, another value should be passed to the survey).
|