• 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: modal redirect

modal redirect 12 years 1 month ago #22233

  • techton
  • techton's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 1
hi,
I'm using feedback module with modal function. after submission I need to redirect users to another page in the parent site.
right now it redirects inside the modal.
how can i do that.
thanks
Hasnat
The administrator has disabled public write access.

modal redirect 12 years 1 month ago #22253

  • techton
  • techton's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 1
i sorted out this issue,
in the thank you message put this java script
<script type="text/javascript">
 window.top.location.href = "http://www.yoursite.com/finalpage.html";
</script>
The administrator has disabled public write access.
The following user(s) said Thank You: dryfive
  • 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!