English (United Kingdom)

Displays a standard dropdown.

type

(string)  Must be equals to select.

label

(string)  The label to display next to the field.

help

(string)  An optional text to describe the purpose of the field.

required

(bool)  Whether the field is mandatory or optional.

value

(string|array)  The option(s) of the dropdown to select.

multiple

(bool)  Whether it is possible to select more than a value (false by default).

id

(string)  An optional field ID.

class

(string)  An optional field class suffix.

disabled

(bool)  Whether the dropdown is disabled or not.

onchange

(string)  Defines the onchange attribute with the provided callback.

hidden

(bool)  True to avoid displaying the label of the field.

options

(array)  An array containing the select options, where the array key represents the option value and the array value is used as option text.

[
    'reachus' => [
        'type' => 'select',
        'label' => 'How did you find us?',
        'value' => 'Google',
        'options' => [
            'youtube' => 'YouTube',
            'google' => 'Google',
            'facebook' => 'Facebook',
            'adv' => 'Advertisement',
            'other' => 'Other',
        ],
    ]
]

Changelog

Version Description
1.3 Introduced.
Last Update: 2023-12-19
Helpful?

This website uses cookies

This website uses cookies and similar technologies. Some of these technologies are necessary for the proper functioning of the website (Essential). Other technologies are used to evaluate user behavior (Analysis), to integrate external media or for advertising purposes. If you agree, these technologies are activated. For details, please refer to the privacy policy. From this same page you can also update/revoke your consent. If you do not give your consent, only cookies with essential functions will be activated.

We use technologies from the USA on our website. If you give your consent, you therefore consent at the same time to your data being transferred to the USA. We would like to point out that the USA does not have a level of data protection comparable to that of the EU and that any US company can be obliged by state authorities to hand over your data without you having any effective legal protection against this.