html5 form processing

Please Enter A Valid Value HTML5 Number Input

Please-Enter-A-Valid-Value-HTML5-Number-Input

The number attribute in HTML5 may give you a warning, “Please Enter A Valid Value”. Using decimals in HTML5 requires that you use an attribute of “step”. Consider the following in the form tag element. [code]<form> <input type="number" name="price"> <input type="submit" value="submit"> </form>[/code] This will result in a blank box. When entering a decimal value into Read More

Lightbox for WordPress Forms

lightbox-for-wordpress-forms

Do you want to know how to do a lightbox for WordPress forms? Its really cool. If you do not know about lightbox yet it is a way to darken the background so that people can focus on a picture or a form. Here is an example basically click on the Contact Us link below Read More