EasePop
  • Home
  • Features
  • Documentation
  • FAQ
  • Showcase
  • Pricing
  • Contact
Log inGet Started
EasePop Knowledge Base
EasePop Knowledge Base
EasePop Documentation
User Submissions
Receive Webhooks
DOM Events
Plan Usage Limits
API Reference

User Submissions

Gather user data using EasePop submissions!

The goal of many popups is to increase user interaction. Often, this requires gathering form submissions from users. Using EasePop submissions, available in every plan, this is easy.

How to get started?

Start by adding input fields and a submission button to your popup. Input fields support multiple types and are validated before submission. Fields can be required or optional.

  1. Add an input field
  2. Change type and required flag as desired
  3. Set a key for this input. This will be used in the submission to reference the field.
  4. Add a button and change the type to "Submit Form & Close"
  5. Try the popup on your own page and submit something!

❗ Attention: Clicking the "Preview" button in the EasePop editor triggers the popup in debug mode and will NOT submit data. ❗

How can I see submissions?

To see user submissions, there are multiple ways in EasePop. The easiest way to start is to visit the overview in your dashboard. There you can see all new submissions by default. Use sorting and filters to find exactly what you need.

New submissions get the status "Pending" by default in EasePop. This means the submission has not been processed by you yet. After you process it, mark it as "Completed", which removes it from the default view. To see all submissions, remove the filter on the "Status" column.

Additionally, you can interact with submissions using our API. You can get, delete, and update submissions with the API. Visit the API documentation for more details.

You can also use webhooks or custom DOM window events to retrieve submission information.

FAQ

Frequently asked questions about EasePop

Receive Webhooks

Use webhooks to receive live updates on user submissions.

On this page

How to get started?How can I see submissions?