Page 1 of 1

[Solved] Passing messages from NMS to another block or page

Posted: Tue Sep 30, 2008 8:00 pm
by plennon
Hi,

I have a simple subcribe to Newsletter box appearing under my menu on the left of my page. It is a small box using a email, name and submit button. On the right of the page is the main content.

If a user wants to subscribe to the newsletter, i would like the confirmation or error message to appear in the main content box and not is small subscription box, its to small to display this type of info.

So, I am trying to figure out how to output the message to (content), or it there a way that I can called a page to display these messages

I would appreciate any help or suggestions

Thanks for the time

Paul

Re: Passing messages from NMS to another block or page

Posted: Wed Oct 01, 2008 9:06 am
by athena_pallas
Hello, I have the same problem. 
Maybe with adding a CSS absolute  position but it's not very clean.

Re: Passing messages from NMS to another block or page

Posted: Wed Oct 15, 2008 2:34 pm
by plennon
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.