jweiland / form2salesforce
Send data of form to salesforce API endpoint
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5.23
- typo3/cms-form: ^11.5.23
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
This package is auto-updated.
Last update: 2024-10-20 08:54:29 UTC
README
form2salesforce
is an extension for TYPO3 CMS. It contains a finisher
class for EXT:form to send data of a form to salesforce API endpoint.
1 Features
- Send data of a EXT:form to salesforce API endpoint.
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/form2salesforce
Installation as extension from TYPO3 Extension Repository (TER)
Download and install form2salesforce
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Configure EXT:form as described in our documentation.