FormBuilderEmail::setValues()
Add additional values to appear in email, indexed by field/property name
For any values you add, be sure to also call setLabels()
for them as well.
Usage
// basic usage
$formBuilderEmail->setValues(array $values);
// usage with all arguments
$formBuilderEmail->setValues(array $values, bool $entityEncode = true);
Arguments
Name | Type(s) | Description |
---|---|---|
$values | array | |
$entityEncode (optional) | bool | Specify false to prevent values from being entity encoded Default:true |
FormBuilderEmail methods and properties
API reference based on ProcessWire core version 3.0.251