Contact Form Success - Remove System Container Message

October 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 05, 2013 3:29 pm
Reply with quote
Report this post
Hi there,
I have managed to get my contact form working with SMTP so I am really pleased. I am directing the user to a page with a simple Thank You message, but this is also being supplemented by a System Container Message which isn't needed, and I don't think looks so nice. (see image attached).

Is it possible to remove the system container message, or have it appear somewhere where it won't get seen?

Thanks a lot,
Rupert
User avatar
Junior Boarder

GK User
Tue Nov 05, 2013 4:13 pm
Reply with quote
Report this post
Could You please post an url to your site where I can send form and check the message?
User avatar
Moderator

GK User
Tue Nov 05, 2013 4:25 pm
Reply with quote
Report this post
Hi there,

Sure. It is http://www.wooshping.com/contact

thanks a lot
Rupert
User avatar
Junior Boarder

GK User
Sat Nov 09, 2013 9:45 am
Reply with quote
Report this post
Sorry for the delay - Ill prepare the answer for you in just few minutes.
User avatar
Moderator

GK User
Sat Nov 09, 2013 9:46 am
Reply with quote
Report this post
There are two ways to do that.
1. You can completely disable system message:
Code: Select all
#system-message-container {display: none;}


If you decide that you don't need it anywhere on your site - its the easiest solution.
User avatar
Moderator

GK User
Sat Nov 09, 2013 9:50 am
Reply with quote
Report this post
Or, if You would like to disable it on this particular site, please read this article:
http://www.gavick.com/documentation/gen ... mla-pages/

With this cnowledge you can prepare custom suffix for you TY page (lets call it nomessageontypage).
Now all you need to do is use:
Code: Select all
.nomessageontypage #system-message-container {display: none;}


And message will not show up :)
User avatar
Moderator

GK User
Sun Nov 10, 2013 6:57 pm
Reply with quote
Report this post
Spot on! Thank you! I used option 1 (easier) and it worked a charm! I don;t think I need the container for anything else so it should be ok.

Thanks again!!
User avatar
Junior Boarder

GK User
Mon Nov 11, 2013 7:06 pm
Reply with quote
Report this post
No problem, closing the topic.
User avatar
Moderator


cron