mediatis / formrelay
Mediatis Formrelay
Installs: 13 945
Dependents: 9
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.0 || ^8.0
- form-relay/core: ^2.1
- mediatis/form_fieldnames: ^3.5
- typo3/cms-core: ^10.4 || ^11.5
- typo3/cms-form: ^10.4 || ^11.5
Requires (Dev)
- nimut/testing-framework: ^5.0.3
- typo3/coding-standards: ^0.5.2
Replaces
- typo3-ter/formrelay: 6.0.4
- dev-master
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 4.3.0
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 3.0.0
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6.2
- 2.0.6.1
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3.1
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0.1
- 2.0.0
- 1.1.2
- 1.1.1
- 1.0.7.1
- 1.0.7
- 1.0.6.1
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 0.1.5
- dev-develop
- dev-feature/11x
- dev-feature/MEDO-584-dynamic-keywords
- dev-feature/MEDO-570-sync-queue
- dev-2x
- dev-documentation-draft
- dev-7x
This package is auto-updated.
Last update: 2024-11-30 01:47:11 UTC
README
endpoints like e.g. e-mail, data storage as CSV, connection of external services like Salesforce, Pardot ....
Often you want to process data from forms on your own website in different ways. FormRelay offers the basis to address different services. Complex logics can be configured when which endpoint is used.
Features
- Extend the plugin with your own code
- Advanced options to process the data from your form
- Advanced logic to trigger services
- Add extra data like IP addresses to your data
Installation
Installation using Composer
The recommended way to install TYPO3 FormRelay is by using Composer.
In your Composer based TYPO3 project root, just do composer require mediatis/formrelay
.
Extend
Commercial extensions
- Send Data to Pardot
- Send Data to Zendesk
- Send Data Google Docs
- Save Data in Session
- Send Data to Salesforce Case
Submit bug reports or feature requests
Look at the Issues for what has been planned to be implemented in the (near) future.