FormRelay is a data distribution framework.

2.4.0 2023-06-20 12:58 UTC

README

Routes like emails, data storage as CSV, connection to external services like SFDC, Pardot...

Often you want to process data from form submissions on your own website in different ways. FormRelay offers the basis to address different services. Complex logic can be configured for each route.

Features

  • Extend the package 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 FormRelay is by using Composer. In your Composer based project root, just do composer require form-relay/core.

Extend

Submit bug reports or feature requests

Look at the Issues for what has been planned to be implemented in the (near) future.