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

v1.1.0 2017-05-31 01:58 UTC

This package is auto-updated.

Last update: 2024-03-15 15:12:45 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.

Packagist license

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.

Documentation

User Guide