• 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: Accessing ajaxValidation?

Accessing ajaxValidation? 11 years 8 months ago #24636

  • urgent
  • urgent's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I'm adding some code to show a "Processing..." graphic.

However it shows up even with fields are missing.

Is there a way to access to ajaxValidation to check that it completed processing before I show my popup?
The administrator has disabled public write access.

Accessing ajaxValidation? 11 years 8 months ago #24643

You can call the validation function manually with the following JS statement:

ajaxValidation(document.getElementById('userForm'));

... and will return true/false if the validation has succeded/failed.

You can find the function is contained in the following file:

/components/com_rsform/assets/js/script.js
Please remember that my responses aren't considered customer support, to receive customer support please submit a new customer support ticket, and we will gladly assist you.

Best Regards,
Cristian Nicolae.
The administrator has disabled public write access.
The following user(s) said Thank You: info48736
  • 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!