Forum OpenACS Q&A: Re: validation

Collapse
3: Re: validation (response to 1)
Posted by Anny Flores on
The code goes like this:

if { *condition* } {
ad_form -extend -name form_name -validate {
  {var_name
  { *condition* }
    "Message"
  }
}

the problem is that even when the condition of the if statement is true, the validation doesnt work.

Thanks for your help.