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.