Topic: Multipage forms with FormUtil
rigo
avatar
Freshman
Freshman
Posts: 19

Posted:
28.Mar 2007 - 23:59

Hi folks,

is there any solution for building multipage forms with FormUtil (and Ajax validation)?

cu
rigo

--
Regards
rigo
PetBase :: Haustiermarkt
HorseBase :: Pferdemarkt
JørnWildt
avatar
Helper
Helper
Posts: 245

Posted:
29.Mar 2007 - 03:51

If you mean something like a wizard: "Step 1 - Write stuff" (click Next), "Step 2 - Do more stuff" (click next), ..., (click Ok). Then - no.

But pnForm (http://community.postnuke.com/Wiki-PNForms.htm) lets you have multiple tabs on one page. Each tab contains one part of the whole webform. Changing between tabs is done in JavaScript (not Ajax) and submitting will submit the content of all tabs. Check "system/pnForm/plugins/block.pnformtabbedpanelset.php" (PostNuke .8 daily SVN snapshot).