Thursday 25 January 2007 9:59:13 am
I've done something similar to this and I assume that you are heading in the same direction. I've managed to included the registration form in a template and used that template to override the node\full template of a new class (Newsletter Sign up) What I can work out is how to pass it the id of the list I wish to sign up to. {def $base_uri=concat( '/newsletter/register_subscription/', $subscriptionList.url_alias )}
That is th action of the form. But I can't work out how to set it. Ideally I would like a drop down (or something) in my class definintion to set the list for the form to subscribe too. If i have to set it in the template itself though that's ok. Any ideas?
|