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.

Form Questions /

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

Multiform module customization


Go to End


2 Posts   1400 Views

Avatar
Anujit

Community Member, 3 Posts

27 May 2013 at 11:16pm

I have installed Multiform module in my project. I want to do some stuffs (like sending email) when the next button gets clicked on the first step. What should I do?

And one more thing, I want to add different legends for different steps. How can I do this?

Awaiting your valuable reply.

Avatar
Willr

Forum Moderator, 5523 Posts

28 May 2013 at 10:11pm

For sending emails in SS see http://doc.silverstripe.org/framework/en/topics/email

SilverStripe doesn't by default show legend tags on it's forms. You could add a HeaderField to each step with the title of the step you're on though the module should handle updating $Title for you.

Have a read of the multiform documentation for how to configure each step https://github.com/silverstripe/silverstripe-multiform/blob/master/README.md