Validate.js library in more forms

sharonco wrote on Thursday, July 28, 2016:

Hi everyone,
We just did a pull request on a more extended implementation of the already used library validate.js
We implemented it in the add_edit_issue.php form.
With a very small effort anyone can add it in more pages over the system.
You are welcome to check it ou on :


Sharon Cohen

bradymiller wrote on Friday, July 29, 2016:

Hi Sharon,

This is a very cool feature. I just placed a review on github:

-brady
OpenEMR

bradymiller wrote on Sunday, August 14, 2016:

Hi,

Committed this to the codebase recently. Very nice feature and a great starting point to standardize client sided validation throughout OpenEMR. Thank you Matrix!

Placed a related wiki page here:
http://www.open-emr.org/wiki/index.php/Client_Sided_Validation

-brady
OpenEMR

bradymiller wrote on Wednesday, August 17, 2016:

Hi,

Here’s a super cool feature by Matrix (with a little bit of integration work by myself) that converts validation code on the new encounter form to use the Validate.js library. Note that it can be customized (and even turned on/off via Active toggle) at Administration->Lists->Page Validation :

-brady
OpenEMR

bradymiller wrote on Thursday, August 18, 2016:

Hi,
I just committed th above code into the codebase. Thank you Matrix for the nice contribution,
-brady
OpenEMR