https://github.com/typo3gmbh/ext-hubspot-forms
Extension for connecting TYPO3 Forms with Hubspot
https://github.com/typo3gmbh/ext-hubspot-forms
typo3 typo3-cms-extension
Last synced: 17 days ago
JSON representation
Extension for connecting TYPO3 Forms with Hubspot
- Host: GitHub
- URL: https://github.com/typo3gmbh/ext-hubspot-forms
- Owner: TYPO3GmbH
- License: gpl-2.0
- Created: 2020-02-05T12:33:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T12:50:52.000Z (over 3 years ago)
- Last Synced: 2025-02-15T07:23:43.575Z (2 months ago)
- Topics: typo3, typo3-cms-extension
- Language: PHP
- Size: 58.6 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubspot Forms
Create forms with TYPO3 Form Framework and store data in Hubspot.
Needs internal TYPO3 GmbH middleware as endpoint - currently used by
typo3.org and typo3.com.## Settings
```
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['hubspot_forms']['baseUrl'] or getenv('APP_HUBSPOT_MIDDLEWARE_BASEURL')$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['hubspot_forms']['humweeekey'] or getenv('APP_HUBSPOT_FORM_FRAMEWORK_HUMWEEE_KEY')
```