Style forms

Permalink
Is is possible in Concrete5 to style a survey form so it would look like this:

http://www.d-light.hk/survey_old/...

I need the answers in the column headers to be the same for each row. I also need the survey to be spread over four pages. Every time the person filling in the survey clicks the button taking them to the next page the answers from the page they have just completed need to be populated to the database. This way if they quit before reaching the end of the survey we still get some of their answers. Ideally the answers from each page would all go to the same database.

Is this all possible and if so could anyone please give me some pointers on how to go about it?

Thanks in advance,
Oliver

 
jordanlev replied on at Permalink Best Answer Reply
jordanlev
It is not possible to make the built-in survey block work this way.
This is what "single pages" are for (very custom coding and multi-page forms), but they require a certain level of php programming knowledge.

-Jordan