EasePop
  • Home
  • Features
  • Documentation
  • Showcase
  • Pricing
  • Contact
Log inGet Started
EasePop Knowledge Base
EasePop Knowledge Base
EasePop Documentation
Popup Editor
Popup Elements
Text Element
Button Element
Input Element
Image Element
Countdown Element
Container Element
Vertical Container Element
Spacer Element
Multi-Frame Popups
Display Your Popup
User Submissions
Plan Usage Limits
API Reference
Compliance & PrivacyFAQ
Popup Editor/Popup Elements

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.

Email

Email Input

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

Number

Number Input

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

Phone

Phone Input

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

URL

URL Input

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

Checkbox

Checkbox Input

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/Time Input

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.

Button Element

Insert buttons that can trigger (almost) everything in your popup!

Image Element

Display any image in your popup.

On this page

Input TypesTextEmailNumberPhoneURLCheckboxRatingDate / Time / DateTimeSelect