Hi, I am using this script on joomla on one page http://extensions.joomla.org/extensions/contacts-and-feedback/forms/4964. I want to achive that it opens a pop up thank you messagge when a person fill the form. Can u help me? The developers of this script said this: You can try using a script similar to the following onei n the "Scripts called after form process" area: $thankYouMessage.='<script type="text/javascript">document.location = "#last";</script>'; and set a link similar to this one: <a name="last">test</a> Code (markup): This way, when the form submits the page will automatically point to the thank you message. As I am not a programmer I need a help here if u can help me. I am opened to every suggestion.:=) Regards