We have a survey, and we would like to have a preset default value for the question when the user hits the survey page.
The question looks like this roughly:
undefined
() - 1
() - 2
() - 3
() - 4
() - 5
undefined
We would like it too default to looking like this (unless the user changes answers)
(x) - 1
() - 2
() - 3
() - 4
() - 5
undefined
How would we go about doing this? If we could avoid javascript custom scripting that would be nice but if we HAVE to go down that route we can with some guidance.