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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

UserDefinedForm (Module) as child of another page


Go to End


2 Posts   881 Views

Avatar
dacar

Community Member, 173 Posts

10 January 2017 at 8:44pm

Hi, does anybody know, how to loop over Children() and show the UserDefinedForm. Is there an elegant way to use the UserDefinedForm within a loop of another page?

The following doesn't work:

			<% loop Children %>
				<% loop UserDefinedForm %><% include UserDefinedForm %><% end_loop %>
				<% with UserDefinedForm %> $UserDefinedForm<% end_with %><br />
				$UserDefinedForm
			<% end_loop %>

What i get in the frontend is $UserDefinedForm.

Hope anybody can help.

Avatar
dacar

Community Member, 173 Posts

11 January 2017 at 8:25am