Hi,
I have attached a few images, which should explain what I am trying to do. I imagine it has been done a lot already, I just don't know to do it in CMSMS.
In 1.jpg, this is my homepage and you can see where the subscribe to newsletter is appearing in the green box on the left
2.jpg shows the issue I am having. Because I have {NMS} in this small window, when the confirmation message appears, it is all bunched up, squashed into that little box.
3.jpg, shows what I would like to happen. Instead the confirmation message is displayed in the main content area.
So, what I am trying to figure out is if there is a way I can send the confirmation/error message to a particular content block, or is there a way I could use a UDT and pass the info to NMS?
(Solved) NMS - Make it appear in right colum and output confirmation in the main
(Solved) NMS - Make it appear in right colum and output confirmation in the main
Last edited by plennon on Wed Oct 15, 2008 2:26 pm, edited 1 time in total.
Re: NMS - Make it appear in right colum and output confirmation in the main page
Its pretty straight forward, I can help or you can find the answer in the help section of the NMS module.
Re: (Solved) NMS - Make it appear in right colum and output confirmation in the main
Ok, what I did was.
Created a form with formbuilder with username, email and a submit button.
When the user clicks the submit button, it calls my UDT, passing in the two parameters (username, email)
Then, if there are no errors, the udt redirects to a Successful subscription page.
Probably easier ways of doing this.
P.
Created a form with formbuilder with username, email and a submit button.
When the user clicks the submit button, it calls my UDT, passing in the two parameters (username, email)
Then, if there are no errors, the udt redirects to a Successful subscription page.
Probably easier ways of doing this.
P.