Recipe
WordPress Custom HTML block
This is the quickest path for small-business WordPress sites that need a working CRM-backed contact form.
- Open the page editor.
- Add a Custom HTML block in the Contact section.
- Paste the contact form embed code.
- Add the chat widget script through the theme footer or a safe custom-code plugin.
<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"
data-title="Contact us">
</script>