how to check the phone number field in joomla
<field
name="mobileno"
type="tel"
description="mobileno"
label="Mobileno"
pattern="[0-9]{10}"
required="true"
size="30"
/>
There are some ready made validations available including telephone validation. You just have to add validate="tel"
in your xml file.
<field
name="mobileno"
type="tel"
description="mobileno"
label="Mobileno"
validate="tel"
required="true"
size="30"
/>
Reference: Validation rules
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With