piotrpress / hubspot-form
This WordPress plugin adds a HubSpot Form block which allows you to embed HubSpot forms.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2024-11-20 10:47:58 UTC
README
This WordPress plugin adds a HubSpot Form block which allows you to embed HubSpot forms.
Screenshot
GoToWebinar Integration
This plugin contains additional webinar.js
script which is GoToWebinar
integration.
To use it, enqueue webinar.js
script:
add_action( 'enqueue_block_editor_assets', fn() => wp_enqueue_script( 'piotrpress-hubspot-form-webinar', plugins_url( 'hubspot-form/webinar.js' ), [ 'piotrpress-hubspot-form-block' ] ) );
Requirements
- PHP >=
7.4
version. - WordPress >=
6.0
version.