Phone Number Element
The Phone Number element provides a specialized input field for entering phone numbers.
Overview
Phone Number is ideal for:
- Contact information forms
- Support request forms
- User registration
- Any phone number collection
Adding a Phone Number
- Open the Website Builder
- Find Phone Number in the Elements panel
- Drag it onto your page
- Configure properties in the Floating Design Panel
Properties
General Tab
| Property | Description |
|---|---|
| Question Text | Label displayed above the input |
| Placeholder Text | Hint text inside the empty input |
| Max Length | Maximum number of characters allowed |
| Default Value | Pre-filled phone number |
Color Tab
| Property | Description | Default |
|---|---|---|
| Panel Background | Container background | Transparent |
| Input Background | Input field background | White |
| Input Border | Input field border | Transparent |
| Input Text Color | Phone number color | Dark gray |
Dimensions Tab
| Property | Description | Default |
|---|---|---|
| Font Size | Number text size | 18px |
| Padding | Inner spacing | 12-15px |
| Border Radius | Corner rounding | 5px |
Input Behavior
The phone number input:
- Uses
type="tel"for phone keyboard on mobile - Respects max length constraints
- Accepts numbers and common phone characters (+, -, spaces, parentheses)
Use Cases
Contact Form
Label: "Phone Number"
Placeholder: "(555) 123-4567"
Max Length: 14International Format
Label: "Phone (with country code)"
Placeholder: "+1 555 123 4567"
Max Length: 16Simple Number
Label: "Mobile Number"
Placeholder: "5551234567"
Max Length: 10Extension Field
Label: "Phone Extension"
Placeholder: "1234"
Max Length: 4Formatting Considerations
| Format | Example | Max Length |
|---|---|---|
| US Standard | (555) 123-4567 | 14 |
| US Simple | 555-123-4567 | 12 |
| International | +1 555 123 4567 | 16 |
| Digits Only | 5551234567 | 10 |
Phone Number vs Text Input
| Feature | Phone Number | Text Input |
|---|---|---|
| Keyboard | Phone keypad (mobile) | Standard keyboard |
| Input type | tel | text |
| Validation | Phone-optimized | None |
| Best for | Phone numbers | General text |
Best Practices
Show expected format - Use placeholder to demonstrate format
Set appropriate max length - Prevent overly long entries
Consider international users - Allow country codes if needed
Label clearly - Specify if mobile, landline, or either
Make optional when possible - Not everyone wants to share phone numbers
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Text Input - https://help.acenji.com/#/./create-web-application/elements/text-input/index Email - https://help.acenji.com/#/./create-web-application/elements/email/index