Is there a way to render different parts of the form at a time? I want to render different display groups around a page, so I need to somehow render the forms opening tags, render the display groups around the page with <?= $this->form->getDisplayGroup('part-xx') ?>, and then somehow need to render the closing form tags.

Is there any way to do this? I know I could copy the HTML tags and manually insert them, but I was just wondering if I could keep the rendering all code outputted...

Any help is appreciated...

Arthur

Reply via email to