client-side validation - Joomla! Forum - community, help and support
how client-side validate fields in form in order integrate validation of joomla?
eg integer greater zero
can serve both custom fields, or fields of type = "text" need validation
this example of fields joomla
i see there attributes
class = "validate-password"
validate = "password"
<field name="password1" type="password"
class="validate-password"
validate="password"
required="true"
/>
<field name="email1" type="email"
required="true"
unique="true"
validate="email"
/>
thanks answers
eg integer greater zero
can serve both custom fields, or fields of type = "text" need validation
this example of fields joomla
i see there attributes
class = "validate-password"
validate = "password"
<field name="password1" type="password"
class="validate-password"
validate="password"
required="true"
/>
<field name="email1" type="email"
required="true"
unique="true"
validate="email"
/>
thanks answers
Comments
Post a Comment