Click to return to Introduction Web.
El Valle Consulting

Design Sub-Web
Click for sub-web menu.

Design Elements
Site Design
Page Design
Graphic Design
Navigation
Typographical
Content
Samples

Back to prior page.

 

Forms - Semi-Complex


Forms are used to collect user information.  A Semi-Complex Form does includes Simple Verification of field data and there can be no more than 10 fields.  Simple Verification checks that data has been entered in a required field.  Complex Verification will verify that data, like a phone number is all numbers; or that a date is a valid date; etc.

Semi-Complex Form, with Simple Verification for Required Fields.  Try it out.
* = Required

What is your first name? *
What is your last name?  
What is your address?    
   Street Address  
   Postal Address  
   City  
   State/Province  
   Country  
   Postal Code  
   Email Address *
   

Normally a form will process the user's input by either recording information in a database, a cookie or by sending an e-mail to the web site owner.  Simple Forms should only be used when verification of user data is not required.   Recording user data in a database or a cookie should require some form of verification which could be either a Semi-Complex Form or a Complex Form.

NOTE:  The validation techniques used in these forms are done with client-side JavaScript which is not fool proof.  Just one example:  If the user has disabled JavaScript in their browser the validation will not work.  Thus, server-side validation (which works all of the time) is the best method for form validation.

Forms don't have to be black on white.

     
  Semi-Complex Form, with Simple Verification on Required Fields.
Try it out.

     
* Required Field  
     
* What is your first name?
  What is your last name?
  What is your address?  
     Street Address
     Postal Address
     City
     State/Province
     Country
     Postal Code
     
*    Email Address
 
   
 

Design Elements: HTML, Form, CSS, JavaScript and ASP.

Back to prior page.



©  Copyright 1999-2024 El Valle Consulting, LLC. All rights reserved.
Contact Webmaster with comments or questions about this website.