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.

Customising the CMS /

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

In PopUp window add N number of records


Go to End


1318 Views

Avatar
linkoovi

Community Member, 12 Posts

28 November 2010 at 8:17am

Hi,

I have a "cms side page" that will open a PopUp for adding records (HasManyComplexTableField), but when that popup opens i need another "one to many" relation with that popup...

for instance: HomePage->CreateCustomForm [HasManyComplexTableField] ->CreateField(type,name,css)

one HomePage can have multiple CustomForms and CustomForm can have multiple Fields

is it possible to have input form that will have a submit and add N# of records in that popup? basiclly what i need is a "popup in a popup" logic