News

Validation Forms JS contains a set of client side validation forms. This collection of forms makes use of JavaScript in order to check various user inputs such as user names, credit card numbers, ...
Plain JavaScript implementation using ES6 and Modern practices (no jQuery, Angular, React, or any other framework dependency) Renders a JSON schema as a webform and hooks up that form to the Form.io ...
Last month, we began to dip our toes into the water of Ajax, the shorthand name for asynchronous JavaScript and XML, which has taken the world of Web development by storm. Ajax applications are Web ...
So I've got a fairly simple form that has a drop down selection and a checkbox. I'm using this to verify that a school has be selected and that the checkbox has been ticked. function validate ...