# Input Type

This option allows you to change the type of the selected form input. Check out the Building a Form guide for more details.


Value Description
Text Sets text as the input type
Password Sets password as the input type
Hidden Sets hidden as the input type
Email Sets email as the input type
Telephone Sets tel as the input type
URL Sets url as the input type

# Side Effects

Changing this will cause the Input Validation option to update. For example, if the tel input type is selected, then the Input Validation option will automatically switch to US Telephone.


# Eligible Components