Thanks to the Canvas element of HTML5, complex drawings and drawing functions are possible in HTML pages. This opens up new possibilities for online forms, such as the implementation of a signature function.
Continue readingTag: html-form
Online Form
This article explains everything about the basics and creation of an online application form, also called internet form or HMTL form, as well as their special use cases.
Continue readingLimit the number of characters in the text field of an HTML form
When designing or publishing an online form, it often happens that you want to limit the number of characters that can be entered in a text field, such as textarea or input type=”text”, and you may want to visualize this to the user.
Continue reading