Is this possible with ChronoForms?

boesh 12 May, 2009
I have a subscribe form consisting of three parts/pages.

Page one: input of generic personel data, amongst gender and age.

Based on gender/age one is put in a categorie:
Cat 1 - male, > 23 ysr
Cat 2 - male, <= 23yrs
Cat 3 - female, > 23 ysr
Cat 4 - female, <= 23yrs

Each category gets on page 2 some generic questions and a few category-based questions.

Example: on page 1 there are questions 1 thru 4.

On page 2:
Everybody gets question 5, 6 and 7
Cat 1 gets addtional the questions 8, 9 and 10
Cat 2 gets addtional the questions 11, 12 and 13
Cat 3 gets addtional the questions 14, 15 and 16
Cat 4 gets addtional the questions 17, 18 and 19

Page 3 is a page with the results of the web-intake and asks for confirmation en has the Submit button.

So, cat 2 sees on page 3 his/hers answers to questions 1 thru 7 and the answers to question 11, 12 and 13.

Then... i have 4 other pages (for each category a page) with a list of subscribtions and only the answers to question 4,6,7.
These lists / overviews should be automaticcaly generated from the databse based on the filled in forms bij site visitors.

Anybody implemented something similair and is willing to share the code / way of doing this?

I found: File: 5 Saving data to the database.pdf but found so far nothing on how to display the content of that table.
GreyHead 12 May, 2009
Hi boesch,

It's certainly possible, and not too difficult. You are going to need some custom coding to sort out which questions to display. The multi-page plugin and possilby the confirmation page plugin might be useful.

Sorry, I can't point to any easy examples.

Bob
This topic is locked and no more replies can be posted.