Pop-up form

A pop-up form is a type of a form that appears as a small overlay on top of the content, triggered by a user action such as clicking a button.

Methods

Triggers

Triggers allow you to launch certain actions upon different events.

Working with a pop-up form

Hiding the pop-up button

The appearance of the pop-up form can be easily configured. When required, you can hide the component's button to save some space and open/close the pop-up programmatically by activating the Hide button checkbox:

Adding a custom button to a form

By default, the pop-up form contains a single Submit button. If necessary, you can add a custom button to the form:

The pop-up form also supports CSS styling.

Last updated