|
|
Drop-in form validation |
|
|
Jason D. Agostoni |
|
|
JavaScript / Forms |
|
|
Click to Visit |
|
|
13 |
|
This is online drop in form validation that helps users to show drop in code which can be used to validate whether all necessary fields available on the form are filled or not when they submit the form by using combination of Cascade Style Sheet and javascript. Cascade Style Sheet class can be created for failed, optional and required text fields. When the field is empty, it's CSS class would be set to "FailedTextBox" field. There is any data found in the field, it's class would be set to "RequiredTextBox". This program has ability to highlight missing fields.
|