kevind
Posts: 251
|
| Posted: 06/14/2007, 5:51 PM |
|

CCS 2.3.2
I have a form that has some required fields. This form is shown by toggling a DIV display:block when a user clicks a link, causing a DIV to show the form.
If the fields have errors, I need to toggle the DIV to be visible when the page refreshes. This much I have figured out - a label in the DIV that gets set before showing the page. I just can't get a value to show when the required fields aren't being provided.
Can someone answer IF the 'required' property on a field can be checked through some run-time value relating to the form - the form properly shows that a required field is missing in the ERROR section of the form.
formname.errors.count always returns 0
does formname.error.visible return True if there are error messages being displayed ?
HELP
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|