Forms
Open Pixy Dashboard -> Website -> Forms
Forms (collections)
Go to Pixy Dashboard -> Website -> Forms to manage all website foms and form fields using Form Builder.

Title: form title
Active: form status
Form Builder: form fields builder, form submissions list, form emails builder
Submit Label: form submit button label text
On Success: action after successfully submit a form. Show "Success Message" or redirect to "Success Redirect URL".
Success Message: form success message text
Success Redirect URL: form success redirect URL


Form Fields:
Name: form field name value
Label: form field label value
Type: form field type (Text, Textarea, Checkbox, Checkbox Group, Radio, File, Select, Hidden)
Placeholder: form field placeholder value
Help: form field help text value
Required: form field required [true or false]
Validation: form field validation rule

Submissions: Form submissions list (form responses). You can manage them separately at Pixy Dashboard -> Website -> Form Submissions.

Emails: Set up automatic emails to notify your team members when forms are submitted, or send confirmation receipts to people who complete your forms.
To: Add an email address and press enter. To use a form field as the email address use merge tags like
{# email #}where "email" your field name in "Form Fields -> Field -> Email" section.Subject: Email subject line. You can use merge tags like this
Hi {# first-name #}Message: Include a message for the email body. To merge form responses use merge tags with the field name like
{# first-name #}
Last updated