> 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
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
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:
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