Page 1 of 1

Client Side Validation Required Fields

Posted: Mon Oct 08, 2018 4:03 pm
by mlyons
I am trying to use client side validation as your example shows -
http://www.profoundlogic.com/docs/displ ... Validation
When I set the fields to required I am unable to use the exit/cancel button without filling in those fields. I ran the sample program provided by profound and it has the same issue. Is there a built in way of handling this or do I need to write some javascript to change the required property of those fields to not be required when the exit/cancel button is clicked?

Thanks!

Re: Client Side Validation Required Fields

Posted: Mon Oct 08, 2018 4:08 pm
by Scott Klement
We provide the "bypass validation" property for this purpose. You set this on your Cancel/Exit button so that it will not trigger the client-side validation.

Re: Client Side Validation Required Fields

Posted: Mon Oct 08, 2018 4:38 pm
by mlyons
Thank you Scott, You Rock!!! As always :)