I am trying to include a subscribeform into my page.ss like: $Page(side-subscribeform).Content
as you might imagine I only get the text found in the Content field.. I had a look in the SubscribeForm.php file to see if I would find a method to call (not even sure I can do that in this way).
In anycase, does anyone know how I can call the rendered version of the form (I assume I can edit the form template file) so that I can use it inside (another sidebar) my page?