I cant validate a field that have class...
Example:
Why?
The result of html is:
(I know, if I want, I can make style to this field, but I want this feature was embed...)
Edited to add code tags.<br><br>Post edited by: GreyHead, at: 2007/12/29 18:40
Example:
<input name="fullname" id="fullname" type="text" size="30" maxlength="100" class="inputbox" />
This doesn't work properly if I enable the validation of this field.Why?
The result of html is:
<input class="required" name="fullname" id="fullname" type="text" size="30" maxlength="100" class="inputbox" />
In other words, if validation is enabled, the component fill with other class: class="required".
(I know, if I want, I can make style to this field, but I want this feature was embed...)
Edited to add code tags.<br><br>Post edited by: GreyHead, at: 2007/12/29 18:40