#forms

Easy Form Validation Using Regex

May 27, 2019

Using some quick regex you can create a validation check for your form's input.

HTML Submit Button Outside The Form

Apr 20, 2019

For a HTML form element you can put your submit button outside of the form element as long as you have reference the form’s id property with the button’s form property.

Autofocus HTML Attribute

Mar 14, 2019

You can add in an autofocus HTML5 attribute which tells the browser to give that element focus when the page loads.