Recipe

WordPress Custom HTML block

This is the quickest path for small-business WordPress sites that need a working CRM-backed contact form.

  1. Open the page editor.
  2. Add a Custom HTML block in the Contact section.
  3. Paste the contact form embed code.
  4. 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>