Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 752 Bytes

tel.md

File metadata and controls

32 lines (24 loc) · 752 Bytes

Tel

Tel field renders a text input. Uses the native input[type="tel"].

Example configuration

...
array(
    'title' => 'My tel field title',
    'id' => 'tel-option',
    'desc' => 'Short description for the field',
    'tab' => 'main',
    'type' => 'tel',
),
...

This will produce the following

Params

Name Type Description
type string tel (required)
id string Unique ID that will be used to retrieve the value (required)
tab string Specifies in which tab this option will be rendered
title string Shows a heading to the left of the field
desc string Shows a description text (can have HTML)