stewartcossey / userforms-postforward
Allows you to forward POST forms to an additional URL
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
- silverstripe/userforms: *
This package is auto-updated.
Last update: 2024-12-15 16:41:48 UTC
README
Adds functionality to the UserDefinedForms Page to allow you to forward a HTTP POST to an external URL. This could be used for when you have a third party website or API developed outside of SilverStripe that you need to send Form POSTs to for further processing.
Requirements
Installation
$ composer require stewartcossey/userforms-postforward
You can also copy the contents of this repository to a folder called userforms-postforward
.
You will need to run dev/build?flush=all
after installing this module.