hubspot_forms
505 sites
Security covered
This is a very simple module that allows you to create Hubspot form blocks on your Drupal sites. The module also comes with a new field type so each entity could have it's own form.
Whats New
- In the latest version I added support for CKEditor 5 and text format filter so you can embed Hubspot Forms right into your content.
Key Features
No need to copy embed code from Hubspot and paste it into your website.
- Supports legacy API key.
- Display your own Hubspot Forms as blocks.
- Embed Hubspot forms into your content via CKEditor 4 or CKEditor 5 editors.
Examples
- CKEditor 4:
[hubspot-form:FORM_ID portal_id:PORTAL_ID] - CKEditor 5:
<hubspotform data-form-id="[FORM_ID]" data-portal-id="[PORTAL_ID]"></hubspotform>