- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- December 2005
- Status:
- offline
- last visit:
- 06.03.08
- Posts:
- 19
Hi folks,
is there any solution for building multipage forms with FormUtil (and Ajax validation)?
cu
rigo
--
Regards
rigo
PetBase :: Haustiermarkt
HorseBase :: Pferdemarkt -
- rank:
-
Helper
- registered:
- July 2002
- Status:
- offline
- last visit:
- 07.09.08
- Posts:
- 245
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).
