Introduction
A simple <input type="tel">
field. Validation can be added through a pattern
argument.
Use Cases
- Collecting phone numbers through a contact form.
- Adding a phone number to a profile.
Template Usage
This field value can simply be printed to the screen:
<p>{{ $entry->phone }}</p>
Settings
Name | Description |
---|---|
Help Instructions | Additional instructions written in small print next to the field. |
Validation Rules | Validation rule pattern (read more). |