• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Thank you - continue button

Thank you - continue button 14 years 4 months ago #12332

  • jeff4
  • jeff4's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
How do I remove the continue button from my thank you page?
The administrator has disabled public write access.

Re:Thank you - continue button 14 years 4 months ago #12360

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

In the thank you message area you will have to add a small javascript that will hide the continue button. If you are using a WYSIWYG editor, you will have to toggle the HTML area and add something like this:
<script type="text/javascript">// <![CDATA[
function hideContinue()
{
document.getElementsByName('ok')[0].style.display='none';
}
window.addEvent('domready', function(){
hideContinue()
});
// ]]></script>
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!