Zebra_Form 是一个 PHP 类用于简化表单的创建和数据验证的php表单类。
Zebra_Form v2.7.5 Changes:
fixed a bug where using multiple forms on a single page would disable client-side validation for all forms but the first one; thanks to Pedro Abreu for reporting;
fixed a bug where if there were selection groups in a select, it would never pass validation;
fixed a bug where placeholders (labels as hints inside textboxes and textareas) were not working on textareas; thanks to Chris for reporting it a long time ago and to Andrei Bodeanschi for recently reminding me about it;
elements that have display:none or visibility:hidden are no longer checked in the client-side validation process;
the Zebra_Transform plugin is not included anymore in the library; it can be downloaded and used separately from here if needed; as a result, the form's fancy_form() method is also gone;
Zebra_Form v2.7.5 Changes:
fixed a bug where using multiple forms on a single page would disable client-side validation for all forms but the first one; thanks to Pedro Abreu for reporting;
fixed a bug where if there were selection groups in a select, it would never pass validation;
fixed a bug where placeholders (labels as hints inside textboxes and textareas) were not working on textareas; thanks to Chris for reporting it a long time ago and to Andrei Bodeanschi for recently reminding me about it;
elements that have display:none or visibility:hidden are no longer checked in the client-side validation process;
the Zebra_Transform plugin is not included anymore in the library; it can be downloaded and used separately from here if needed; as a result, the form's fancy_form() method is also gone;
下载地址已转移到新版网站,请点击左上角-首页,在新版网站搜索此套源码的标题进行下载。