Skip to toolbar

Community & Business Groups

When A Form Should Start Validation?

Let’s take a look to this simple demo form: http://www.richstyle.org/demo-form.html I use the following code to style the validation issue: input:required + output::after, textarea:required + output::after { content: ‘*’; } input:invalid + output::after, textarea:invalid + output::after { content: ‘⨉’;color: maroon … Continue reading