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
[Solved] Passing messages from NMS to another block or page
[Solved] Passing messages from NMS to another block or page
Last edited by plennon on Wed Oct 15, 2008 2:35 pm, edited 1 time in total.
-
- Power Poster
- Posts: 272
- Joined: Wed Sep 13, 2006 4:41 pm
Re: Passing messages from NMS to another block or page
Hello, I have the same problem.
Maybe with adding a CSS absolute position but it's not very clean.
Maybe with adding a CSS absolute position but it's not very clean.
Re: Passing messages from NMS to another block or page
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.