• 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: Submission Redirect to Module Position

Submission Redirect to Module Position 9 years 11 months ago #31226

Hello RS,


My form is located at the bottom of each page. After submission the Thank You Message is displayed; however when the page reloads, the user doesn't see the message unless they scroll to the bottom of the page. Is it possible to have a form redirect to the forms location (module position)?

I tried the following:

Entered into the send button Additional Attributes:
onclick="document.location.href = 'dev.brayintl.com/ultraflo/index.php?id=162';"

Entered into the Javascript Declarations field:
<script>

function redirectMe() {
window.location.href="dev.brayintl.com/ultraflo/index.php?id=162";
}
</script>
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!