Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 491 Bytes

File metadata and controls

20 lines (13 loc) · 491 Bytes

Contao Form Recipient

This bundle allows you to set the recipient of a form dynamically, based on a form field.

Requirements

  • Contao 5.0+
  • PHP 8.1+

Install

$ composer require guave/formrecipient-bundle

Usage

  • Add a form field of type "Protected Select Menu"
  • Add your recipient emails as the value and a name of your choice as the label and reference
  • Set the form recipient as {{form::name}} where name is the field name of your "Protected Select Menu"