News

This file is an example on how to setup HubSpot custom form field validations using JavaScript (without jQuery). HubSpot is a great tool for creating forms using drag and drop. For each field on the ...
HTML5 offers form field validation support built into the HTML form input tags that should greatly reduce the need for JavaScript validation code. In this post, I look at some examples of this.