Website Contact Form
Let visitors request service from your website — submissions land in your Leads.
How it works
- Paste the code below onto any page of your website.
- A visitor fills out the form (name, contact info, and what they need).
- The submission shows up instantly in your Leads queue.
- If you've turned on Staff Notifications, you also get an email.
The form is spam-protected and rate-limited automatically — nothing to configure.
Your embed code
Your website ID is … — it's already filled into the code below.
Optional: add data-title="Request a Repair" to change the heading, or data-target="#myDiv" to render into a different container.
Style it to match your site
The form ships with plain defaults so it works anywhere. To match your brand, add your own CSS on your website targeting these classes — your styles override the defaults, no !important needed:
.rad-lf— the whole form (setmax-width, font, spacing).rad-lf-title— the heading.rad-lf-field— every input and the message box (borders, padding). Target one field with.rad-lf-email,.rad-lf-phone,.rad-lf-subject,.rad-lf-message,.rad-lf-name.rad-lf-button— the submit button (background, color, radius).rad-lf-msg— the success / error line under the button
Example — paste into your site's stylesheet and tweak:
Tip: wrap the form in your own <div class="my-form-wrap"> and scope your rules (e.g. .my-form-wrap .rad-lf-button) if you have other forms on the page.
Preview
This is what your visitors will see (preview only — it doesn't submit):