Skip to main contentCapture leads by creating a custom collection for storing user data, then embedding it into your page.
Step 1: Set Up the Collection
- Go to “Pages” → “Advanced” → “Collections”
- Click “Create Collection”
- Enter a name, define what happens on a new entry, and decide if you want to allow public export (e.g., for suppressions)
- Add fields (Text Field, Email Field, etc.)
- Set attributes like required, searchable, private, and encrypt (for suppressions)
Add Form to Your Page
- Go to the page builder and click the ”+” button at the top left to add a new component
- Search for your collection by name, then drag and drop the form
- Select the “Form” element in the “Layers” tab at the bottom left
- In the properties tab, configure the success message or choose what to do after submission (show a modal, redirect, or display a message)
- If opting to show a modal, create it first by adding a modal component
- Text Field: Single-line text input
- Email Field: Email validation included
- Phone Field: Phone number formatting
- Textarea: Multi-line text input
- Dropdown: Selection from predefined options
- Checkbox: Boolean yes/no options
- Date Field: Date picker functionality
Advanced Features
- Conditional Logic: Show/hide fields based on user selections
- Multi-step Forms: Break long forms into multiple steps
- Auto-fill: Pre-populate fields with known user data
- Validation Rules: Custom validation for specific field requirements
Optimization Tips
- Keep forms as short as possible
- Only ask for essential information initially
- Use clear, descriptive field labels
- Provide value before asking for information
- Test form submission thoroughly