• 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: How to change form validation and submission order

How to change form validation and submission order 12 years 2 weeks ago #22764

  • lrazov
  • lrazov's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Hi folks,

I have the following requirement: I have a form with some fields using OOTB validatation rules. Once the form is submitted, I need to re-direct a user to another page. I was planing to use a javascript funtion on form onsubmit attribute for re-direction. But what happens is the validation occurs after the onsubmit function is called. And if I have window.location... in my javascript function, the validation never occurs.

Does anyone know how to make the change so that the validation happens before form submission? I know I can re-write all validation rules in my javascript function. But I was hoping to utilise the already built functionality.

YOur help would be much appreciated.
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!