1. Create a webform
- Check out this guide to create a form in the Keap / Infusionsoft Campaign builder.
- Disable the Spambot Detection on the form settings tab
- PUBLISH the campaign to save these changes
2. Copy the un-styled HTML form code
3. Embed the code on a CustomerHub page
- Open the source code of your CustomerHub page and paste the un-styled code.
- Save and preview.
4. Advanced Styling
Add this code to pre-populate a form field (see video above):
value="CH FIELD"
Add this code to edit form width (see video above):
<div style="max-width: 450px;">
FORM CODE HERE
</div>