• 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: Registration form in modal

Registration form in modal 11 years 11 months ago #23174

hi,

I know this article www.rsjoomla.com/support/documentation/v...-to-rsform-pro-.html

But I want to learn, how can I show my registration form in modal window or lightbox when user click joomla mod_login module register button.

thank you
The administrator has disabled public write access.

Registration form in modal 11 years 11 months ago #23225

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

This is not something that can be controlled from RSForm!Pro, you will have to modify the "mod_login" module source code that shows the URL for your form.
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

Registration form in modal 11 years 11 months ago #23237

hi,

I solved problem.
Add this code in properties-Jscript.

<script type="text/javascript">
window.addEvent("domready", function() {
SqueezeBox.open("index.php?option=com_rsform&formId=3&tmpl=component", {
handler: 'iframe',
size: {x: 675, y: 675}


});
});
</script>

You have to change your form id.
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!