• 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: RS Form in Modal Window

RS Form in Modal Window 11 years 11 months ago #24026

Hi Guys,

I followed www.rsjoomla.com/support/documentation/v...-to-rsform-pro-.html to put a form in modal view.

It looks perfectly fine but when information submitted is incorrect (validation fails). the submission is returned back in a new window.

Is it possible to put frontend validation so that the form doesnt get submitted unless it has passed validation?

Thanks
Rohit
The administrator has disabled public write access.

RS Form in Modal Window 11 years 11 months ago #24037

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
Try using the AJAX validation for the form. You can enable it in Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties >> Form Info >> set 'Use AJAX Validation' to 'Yes'.

Also, make sure to specify the link to the form correctly, as explained in the article:

<a class="modal" href="index.php?option=com_rsform&formId=1&tmpl=component" rel="{handler: 'iframe', size: {x: 660, y: 475}}">

Remember to also include the 'rel' attribute along with it's parameters.
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!