Re: [Forms] validation mystery

2005-04-12 Thread Ben Anderson
> if the field is "disabled", then it isn't validated - go figure. I am correct in this assumption, right? Is there any way to specify that I want a field to be validated even if it's disabled? Thanks, Ben - To unsubscribe, e-mail

Re: [Forms] validation mystery

2005-04-11 Thread Ben Anderson
Thanks for the response - I found my problem. Duh to me - if the field is "disabled", then it isn't validated - go figure. -Ben On Apr 11, 2005 7:19 PM, Adam Walsh <[EMAIL PROTECTED]> wrote: > Hi Ben, > > Do you have something like this in your sitemap? > > > > > > Adam > > Ben Anderso

Re: [Forms] validation mystery

2005-04-11 Thread Adam Walsh
Hi Ben, Do you have something like this in your sitemap? Adam Ben Anderson wrote: Hi, I've been battling this problem for a while and I'm not sure what I'm missing. I need to validate my form to make sure the required values are present, so in my form definition I have something like this:

[Forms] validation mystery

2005-04-11 Thread Ben Anderson
Hi, I've been battling this problem for a while and I'm not sure what I'm missing. I need to validate my form to make sure the required values are present, so in my form definition I have something like this: ... ... This is enough to guaruntee validation, correct? Howeve