" copy the survey, to hack it to see the old_survey db (the one automatically created when closing a survey) and to make it available to respondents (with read-only fields)"
This has been done by exporting both survey and answers in .lss and .vv format respectively and by importing them as a new survey (how to import answers correctly is documented here
docs.limesurvey.org/tiki-index.php?page=...ing_vv_file_headings). Read-only and disabled input fields was accomplished by embedding javascript in the survey.
However now I am facing an issue regarding the previous,next buttons. I would like to make them plain browse buttons, i.e. not to submit answers in the db but just moving to the next/previous page. Does anyone have an idea how to implement this behavior?
thnx