| Topic: | Multipage forms with FormUtil |
|---|---|
|
rigo
Freshman
Posts: 19 Posted: |
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
Helper
Posts: 245 Posted: |
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). |