stewartcossey / userforms-postforward
Allows you to forward POST forms to an additional URL
Package info
github.com/Cossey/userforms-postforward
Type:silverstripe-module
pkg:composer/stewartcossey/userforms-postforward
v1.1.0
2017-05-31 01:58 UTC
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
- silverstripe/userforms: *
This package is auto-updated.
Last update: 2026-02-15 19:36:57 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.