Forward Thinking Form Validation
| In Community NewsAnother great post from A List Apart looking at future proof form validation methods using HTML5 and CSS3. Read More
Another great post from A List Apart looking at future proof form validation methods using HTML5 and CSS3. Read More
Great article from Six Revisions looking at many form styles and talking about good/bad practices with web forms and form validation techniques. Read More
Quick tip that will always come in handy when creating forms. More often then not you will see a textarea that initially has some text in, something like… ‘Type your message here…’. On some websites, I have noticed that when you go to type in that same textarea you have to first remove the message before you start typing yours which I find very frustratings. Read More