Hi,
I am trying to build a PageScroller collecting all children pages with <% control Children %>.
One of this pages is a UserForm page. I am able to get the $Content of every normal Page but unfortunately I do not know howto get the form from User itself.
ScrollerPage
-Page
-Page
-UserForm
-Page
Layout/ScrollerPage.ss
...
<% control Children %>
<div class="sectionElement">
<div class="elementContent">
$Content
$Form
</div>
</div>
<% end_control %>
...
How to get the form itself? Any idea?
patte;-)