• 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: Set Focus on Thank you Message

Set Focus on Thank you Message 9 years 5 months ago #33138

  • scud
  • scud's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I have an Rsform within an article, quiet far down the page.
After submission, the page refreshes, and the "Thank You For submitting" message becomes lost at the bottom of the page.

How can I force the Thank you message to be seen when the form is submitted

thank you :)
The administrator has disabled public write access.

Set Focus on Thank you Message 9 years 5 months ago #33144

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

You can try using the following approach via the Thank You Message. If you're using an editor, switch to the view source code mode (usually editors have a button on this), in order to add a similar snippet right at the beginning:
<script type="text/javascript">
window.onload = function(){
window.location.replace(window.location.href+'#anchor');
};
</script>
<a name="anchor"></a>

PS: It may be possible that the editor strips your code. In this case, either adjust such options from the editor (if any), or temporarily disable the editor via Global Configuration.
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.
The following user(s) said Thank You: scud
  • 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!