Re: Best solution to tedious form validation?
- From: "otrWalter@xxxxxxxxx" <otrWalter@xxxxxxxxx>
- Date: Mon, 29 Oct 2007 07:02:46 -0700
First step: Client side validation
Second Step: Server side validation
Can't help you with the second (I'm working on it!)
But on the first... How about just added 2 JS INCLUDE calls to your
page and then adding a pair of custom HTML tags to each Form Object
you want to have validated...
<input type="text"
id="first_name"
name="first_name"
type="alpha" <- new attribute
required="true" <- new attribute
value="">
Would that help?
Walter
.
- Follow-Ups:
- Re: Best solution to tedious form validation?
- From: Shelly
- Re: Best solution to tedious form validation?
- References:
- Best solution to tedious form validation?
- From: Gustaf
- Best solution to tedious form validation?
- Prev by Date: Re: Strange behaviour with ' char
- Next by Date: Re: Can not login to remote SSH server using ssh2_auth_pubkey_file
- Previous by thread: Re: Best solution to tedious form validation?
- Next by thread: Re: Best solution to tedious form validation?
- Index(es):
Relevant Pages
|