Integrations
Web Forms
Embeddable forms with custom styling and rate limiting.
Embeddable lead capture forms that create pipeline items from public submissions.
Creating a web form
- Create a source mapping in Settings → Company Settings → Source Mappings and select Web Form as the type
- Go to Settings → Company Settings → Web Forms
- Click "Create Web Form"
- Select the source mapping you created
- Configure:
- Target stage - select which stage new submissions are placed in
- Styling - customize colors and branding to match your website
- Save and copy the embed code
Embedding
Add the embed script to your website:
<script src="https://slate.zerulean.com/widget/form.js"
data-form-id="your-form-token">
</script>
The form renders in an iframe on your page.
How submissions work
When a visitor fills out the form:
- Submissions are validated and checked for spam
- A new item is created in your pipeline in the configured stage
- The new item appears on your Kanban board
Rate limiting
Forms are rate limited to prevent abuse. Submissions that exceed the limit are temporarily rejected.
Managing forms
- Toggle forms on/off without deleting them. Deactivated forms return an error to visitors.
- Edit fields, styling, and target stage at any time without changing the embed code