Every form is already collecting leads. Now they land in your CRM.

Drop one script tag into any site — yours, a client's, one you've never touched — and every form submission is sent straight into your pipeline, unread by no one.

<script
  src="https://cdn.crm360online.com/capture.js"
  data-endpoint="https://crm-vertical-saas.onrender.com/api/v1/pipeline/deals"
  data-source="client-site"
  data-selector="#contact-form">
</script>
See what the backend receives
name
email
message
Send
leads/inbound
name  Adaeze Okafor
email  adaeze@example.com
source  client-site
status  new
01

Drop in the tag

Paste one script tag before the closing body tag, or fire it through a plugin's custom script area.

02

A customer submits

Their form works exactly as it did before — nothing about the site's own logic changes.

03

The lead lands in your CRM

Fields are mapped, tagged with their source site, and dropped into your pipeline in real time.