onedrop / form-hubspot
Hubspot Forms connector for Neos. Select your Hubspot Form as a content element, select your form and it will be rendered with atomic fusion
Installs: 712
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 3
Open Issues: 0
Type:neos-package
Requires
- google/recaptcha: ^1.2
- neos/form: ^4.0
- neos/form-fusionrenderer: ^1.0.2
- neos/neos: ^4.0
- onedrop/ajaxform: ^3.1.2
- ryanwinchester/hubspot-php: ^1.1
This package is auto-updated.
Last update: 2024-10-23 20:52:08 UTC
README
Hubspot forms for Neos
This packaged adds a new NodeType Hubspot Form, where editors can select a Hubspot Form in the inspector and it will be rendered inside Fusion.
Attention: Currently OneDrop.AjaxForm requires all Neos.NodeTypes and they will be included automatically. If you wish to not allow editors to use them you need to set those to abstract:true
.
Installation
Onedrop.Form.Hubspot is available via packagist. "onedrop/form-hubspot" : "~1.0"
to the require section of the composer.json
or run:
composer require onedrop/form-hubspot
We use semantic-versioning so every breaking change will increase the major-version number.
Configuration
Set your own Hubsport portal id and api key. To enable ReCaptcha validation add your sitekey and secretkey. You can enable/disable the recaptcha validation with the enableRecaptcha setting.
Onedrop:
Form:
Hubspot:
api:
hapikey: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
portalId: xxxxxxx
recaptcha_v2:
sitekey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
secretkey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
enableRecaptcha: true
License
Licensed under MIT, see LICENSE
Contribution
We will gladly accept contributions. Please send us pull requests.