.enter-email
The .enter-email
action enter email field. It belongs to the enter category within the interaction area.
Action Syntax
.enter-email $variable
A variable name starting with $
.enter-email "text"
A quoted text string
.enter-email "text" $variable
A quoted text string followed by A variable name starting with $
.enter-email !set:icon
An icon in format !set:name
.enter-email !set:icon $variable
An icon in format !set:name followed by A variable name starting with $
.enter-email !set:icon "text"
An icon in format !set:name followed by A quoted text string
.enter-email !set:icon "text" $variable
An icon in format !set:name followed by A quoted text string followed by A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = .enter-email
Valid sizes
tiny
small
medium
large
extra
Styles
.borderless
makes borderless
.enter-email.borderless "example text"
.helper
with help text
.enter-email.helper "example text"
Modifiers
placeholder
The .enter-email
action supports the placeholder
modifier.
help
The .enter-email
action supports the help
modifier.
Tags
disabled
make the email field disabled
Examples
// Basic Usage
$text = .enter-email $curvalue
// With Styles
// Apply the .borderless style modifier
.enter-email.borderless "example text"
Action code: 960229299
Version: 0.6.4-1
Last updated: 2025-06-13