Re: New Forms + Validation

2007-02-01 Thread Adrian Holovaty
On 1/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Jan 31, 1:19 pm, "MerMer" <[EMAIL PROTECTED]> wrote: > > I have a form where a user needs to enter a 8 digit code. I want to > > check the user's input against a database and return an error if the > > code has already been entered by

Re: New Forms + Validation

2007-01-31 Thread [EMAIL PROTECTED]
On Jan 31, 1:19 pm, "MerMer" <[EMAIL PROTECTED]> wrote: > I have a form where a user needs to enter a 8 digit code. I want to > check the user's input against a database and return an error if the > code has already been entered by another user. > > If I use New Forms, do I need to write a cus

New Forms + Validation

2007-01-31 Thread MerMer
I have a form where a user needs to enter a 8 digit code. I want to check the user's input against a database and return an error if the code has already been entered by another user. If I use New Forms, do I need to write a custom Field to do this validation? Any pointers would be appreciate