Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Multi-page form ideas ...


Go to End


2 Posts   2381 Views

Avatar
Sigurd

Forum Moderator, 628 Posts

27 March 2008 at 9:16am

I'm looking at how best to implement a 6-10 page form. One option is to build it entirely in SilverStripe, and another option is to integrate with one of the existing (hopefully PHP5-based and similarly architected) complex form packages out there.

Do people have experience with the form packages out there to help me wade through the myriad of options...

Avatar
Sean

Forum Moderator, 922 Posts

7 November 2008 at 2:14pm

Edited: 07/11/2008 2:14pm

Really old post, but we have the multiform module now. Documentation, and where to download can be viewed on this page:

http://doc.silverstripe.com/doku.php?id=modules:multiform

It's quite simple, because it uses the existing SilverStripe Form API, and abstracts each step into a separate PHP class that knows what step is ahead of it, so pressing "Next" in the form takes you to that step.

An example of it in action: http://kiwiselect.co.nz