Gossamer Forum
Home : Products : DBMan SQL : Pre Sales :

forms with sub-section headers how?

Quote Reply
forms with sub-section headers how?
I'm looking to use dbman to create a series of ~60 pages worth of questions in the format:

Category-Header-1
Q1 1 2 3 4
Q2 1 2 3 4
Q3 1 2 3 4
Q4 1 2 3 4
Q5 1 2 3 4

Category-Header-2
Q1 1 2 3 4
Q2 1 2 3 4
Q3 1 2 3 4
Q4 1 2 3 4
Q5 1 2 3 4
...
Q14 1 2 3 4
Q15 1 2 3 4

where the respondent answers a number between 1 - 4 to self-assess their familiarity with each.

I'm wondering how easy this would be to implement with dbman sql. Is there a way to structure it so
1.) I can have the category headers for each category of questions in both the input form and the view results form without manually creating all the input and result forms?
2.) I can enter the Q1-Q15 as quickly as possible with options 1-4 supplied automatically for each question?