1. Creating a New Form
- Navigate to Forms in the sidebar
- Click Create New Form
- Choose a template or start from scratch
- Enter a name for your form
2. Adding Form Fields
Drag and drop fields from the left panel onto your form:
- Text - Single line text input
- Email - Email with validation
- Phone - Phone number field
- Dropdown - Select from options
- Checkbox - Yes/no selection
- Textarea - Multi-line text
3. Customizing Your Form
Click the Style tab to customize:
- Primary color for buttons and accents
- Submit button text
- Thank you message after submission
4. Embedding on Your Website
After saving your form, click Get Embed Code:
Option 1: Iframe
Simple embed that works on any website:
<iframe src="https://yourapp.com/forms/[id]" width="100%" height="500" frameborder="0"></iframe>Option 2: JavaScript
More control over styling:
<div id="simpleform-[id]"></div>
<script src="https://yourapp.com/embed.js"></script>5. Form Submissions
When visitors submit your form:
- A new contact is automatically created
- Contact is tagged with the form source
- You can view submissions in the Contacts section