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.

All other Modules /

Discuss all other Modules here.

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

Multiform dynamically editable in cms


Go to End


3 Posts   1362 Views

Avatar
Lalla

Community Member, 2 Posts

10 June 2010 at 11:35pm

Hi all,

I'm a newbie to SS so any help would be greatly appreciated.

I want to know if it is possible to change the multiforms so it would be directly editable inside of the cms like you would do with normal user defined form.
If possible could anyone please point me in the right direction.

Thanks a lot in advance.

Avatar
mark_s

Community Member, 78 Posts

11 June 2010 at 12:35pm

Hi.

Unfortunately multiforms doesn't let you edit the definition of the form in the CMS like userforms does, and would be a fair bit of work to do. A nice idea though.

Mark

Avatar
Lalla

Community Member, 2 Posts

14 June 2010 at 8:09pm

Hi Mark,

Thanx for the reply I was wondering if you could tell me I found a register page (http://open.silverstripe.org/browser/modules/registration/trunk/code/RegisterPage.php )that does more or less what I want it to but I want to add groups to the form for the users to select in which they preferred to be.

And if I could break this form up with a next and back button.

Can you maybe advice me with this?