Skip to content

Replace manual pattern checking with jquery validator

Paul Mather requested to merge funder-js-optimization into master

Created by: tonmoy18

There is a option for pattern matching in HTML5, i have enabled that, no JS required any more If some browser does not support HTML5, we can use jquery validator (it is already included). I have utilized it on the entire collection form

Merge request reports