Binary Geometry
Binary Geometry
Hi Rick, I added a validationOne method to your code which reuses much of the validateField function to allow a single field to be checked for errors at any time....
I solved this problem [here](https://github.com/BinaryGeometry/BinaryGeometry_Flexible-data-collector-for-Wordpress/blob/master/application/frontend/snowbotica-data-collector.js#L148) by adapting the validateForm object [here](https://github.com/rickharrison/validate.js/pull/208) ``` function CheckOne( $field = $('[name="name"]), field = $field.attr('name') ) $field.unbind('blur'); $field.on('blur', function(e){ var valid = validator.validateOne(field), if(valid ===...
Realised this is an nx thing and not directly to spartan
Also realised that "Where would you like to create your workspace?" is an nx thing as well, so maybe you would like to add a note to your documentation, save...