Skip to content

Form Management

You can create custom contact forms from the Modules > Form Management section. Each form is added to your pages by configuring it with the fields you want and assigning it as a block setting to the "Submit Form" block. Submitted form data can be viewed via the panel and exported to Excel.


Form List

All form groups are listed at /panel/#/form.

List Columns

ColumnDescription
TransactionsEdit (pencil) and go to form fields (list) icons
Form NameName of the form
Notification EmailEmail addresses to be notified when form submission
CaptchaWhether captcha verification is active or not

Creating a New Form

In the panel opened with the + Add button:

AreaDescription
Form NameName displayed in the panel and in the block's settings list (multilingual support)
Success MessageText to be shown to the user when the form is successfully submitted (multilingual support)
Notification Email Address ListAddresses that will receive notification e-mail upon form submission — more than one address can be entered
Also Send to Admin Email AddressWhen checked, it will also be copied to the administrator email address in the system settings

Form Fields

When you click on the list icon in the form list, you will go to /panel/#/form/:id. The fields of the form are managed on this screen.

Field List Columns

ColumnDescription
DetailGo to field detail icon
TitleLabel of the field shown to the user
Form TypeField type
Sequence NumberInline editable sorting
StatusActive / Passive

Adding a New Field

With *Add:

AreaDescription
Title (Field Label)Field label to be displayed on the form
Code (Field Key)Key used to send and export data (eg: name, phone)
Form TypeField type — see table below
DescriptionHelp text to be displayed under the field
Minimum CharacterMinimum number of characters for valid input
Is it mandatory?When checked, the field cannot be left blank
StatusActive / Passive

Supported Form Types

TypeDescription
inputSingle line text box
textareaMultiline text field
emailEmail format verified text box
phonePhone number entry
selectDrop-down list (single selection)
multiselectDropdown list (multiple selection)
imageImage upload
fileFile upload