17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2425 Views |
-
Newsletter Signup in Sidebar

25 November 2008 at 7:40am
I have looked through the forum, and been looking at http://doc.silverstripe.com/doku.php?id=recipes:forms on how to make a form. But I am looking to put a form in the sidebar of the page.
This one seems unanswered: http://www.silverstripe.com/site-builders-forum/flat/89383?start=8 but seems the easiest method. Does anyone know how to get it working? Or what I should be looking to do?
-
Re: Newsletter Signup in Sidebar

25 November 2008 at 10:17am
What is the best way to get a newsletter sign up in the sidebar? Can anyone shed any light on this?
-
Re: Newsletter Signup in Sidebar

25 November 2008 at 12:15pm
So I have this form
http://doc.silverstripe.com/doku.php?id=recipes:forms
saved in <mysite>/code/RegistrationForm.phpand I am calling it in my sidebar with:
<% control Page(Subscribe) %>
inside Subscribe Page
$SubscribeForm
<% end_control %>I have also tried making a subscription form in the usual way and calling the page into the sidebar.
Both don't seem to be working.
-
Re: Newsletter Signup in Sidebar

25 November 2008 at 8:54pm
So I can see the text "inside Subscribe Page" and if I change $SubscribeForm to $Title it is showing the title. But it won't show the form.
-
Re: Newsletter Signup in Sidebar

25 November 2008 at 11:09pm
So I have this in my sidebar:
<% control Page(subscribe) %>
$Subscribe
<% end_control %>which is giving me: 0
Can anyone tell me how to get a form in the Sidebar?
| 2425 Views | ||
|
Page:
1
|
Go to Top |

