Page 1 of 1

NMS Form

Posted: Wed Mar 28, 2007 3:58 pm
by Marcel
This is perhaps a very n00b question, but where can i find the input form where you can put your name and email address.

If i look in the source of my page i see :

form id="m3moduleform_1" name="m3moduleform_1" method="post" action="index.php">

But i can not find it in the templates map ?

Re: NMS Form

Posted: Wed Mar 28, 2007 5:34 pm
by skypanther
You're talking about newsletter made simple (NMS), right? If so, the subscription form itself--the form tags and such--are coded directly into the module and you can't really change it. You can make some simple changes to the layout of the text surrounding the form from the Subscribe template in the module's admin page.

You might be able to change what you want by looking at the modules/NMS/templates/subscribe.tpl file. But, you won't find any HTML form tags in there, just smarty placeholders for the real text that gets output when the page is loaded.

If you describe what you're trying to accomplish, maybe someone can give you some suggestions on how to do it.

Tim