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
- Add an Embed element in the Contact section.
- Paste the contact form script from Vola CRM settings.
- Add the chat widget script in page settings before
</body>.
Framer
- Add an Embed component to the contact section.
- Paste the contact form script.
- 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>