Recipe

Webflow and Framer embeds

Use Vola CRM when the site design is hosted by a visual builder but the business still needs CRM follow-up.

Webflow

  1. Add an Embed element in the Contact section.
  2. Paste the contact form script from Vola CRM settings.
  3. Add the chat widget script in page settings before </body>.

Framer

  1. Add an Embed component to the contact section.
  2. Paste the contact form script.
  3. For the floating chat widget, add the chat script to the site custom code footer.
<script
  src="https://volacrm-prod-chatbot-widget-602578934747-eu-west-1.s3.eu-west-1.amazonaws.com/ai-crm-contact-form.js"
  data-tenant-id="{tenant-id}"
  data-channel-id="CONTACT_FORM"
  data-api-url="https://api.volacrm.com">
</script>