Input Element
Create forms with various input types to collect user data.
The input element is the main element for creating forms in your popup. Like all elements, it uses the same default settings for color, font, alignment, spacing, and other uniform properties that you can configure in your popup settings, or using the toolbar for this element.
You can combine multiple different input types to collect exactly the data you need. Each input field requires a unique key (within the popup) that identifies it. In user submissions, the values entered by users will be associated with this key, making it easy to track and process form data.
Input fields can be set as required or optional. Required input fields will prevent users from submitting the form or changing the popup frame if they are not filled. Optional fields can be left empty and won't block form submission. You can change the placeholder text by simply editing it directly in the input field.
Input Types
The input element supports various types, each designed for specific data collection needs:
Text
Short text input that can be configured as either single-line or multi-line input, perfect for names, comments, or any free-form text.

Automatically validates that the entered value is a valid email address format. No additional settings required.
Number

Restricts input to numeric values only, ideal for quantities, ages, or any numeric data.
Phone

Restricts input to numbers only, optimized for phone number collection.
URL

Automatically validates that the entered value is a valid URL format.
Checkbox

A boolean input that can be checked or unchecked. If set as required, the checkbox must be ticked before the form can be submitted.
Rating
Allows users to provide ratings. You can choose between number-based or star-based rating display modes.
Date / Time / DateTime

Date and time pickers that provide native browser date/time selection interfaces. No additional configuration needed.
Select
A single-select dropdown that allows you to define multiple options for users to choose from. Perfect for categories, preferences, or any scenario where you need users to select from predefined choices.