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.

All other Modules /

Discuss all other Modules here.

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

newsletter : how to include a subscribe form into your page.ss


Go to End


807 Views

Avatar
DsX

Community Member, 178 Posts

4 June 2010 at 6:43am

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?