Adding custom fields to Carrier form
To add new fields to Carrier form you need to hook into the notification/carrier/registered
action.
All the field data will be automatically stored and available in $carrier->data
property in send()
method.
Last updated