Expand my Community achievements bar.

disabling validations ??

Avatar

Former Community Member

Hi All

I have a requirement to submit a form to a url without firing the validations in the form.

So, I was wondering if there is any script to disable all form validations and by-pass them at one go.

Pls help.

Thanks

Abhiram

1 Reply

Avatar

Level 10

You can do two things.

1) Remove all the Validation patterns for any fields.

2) Mark all the input fields to User Entered -Optional. That way you can avoid error messages.

3) Do not check for any field input/ validity of the input in the code of any event.

Thanks

Srini