Custom form action required email

This email is sent to the users that can take the next action on a custom form

The following context variables are provided when the email is rendered:

{% include 'customizations/customizations_upload.html' with element=custom_form_action_required_email name='custom form action required email' key='custom_forms' %}

Custom form received email

This email is sent to the creator of a custom form when it is submitted

The following context variables are provided when the email is rendered:

{% include 'customizations/customizations_upload.html' with element=custom_form_received_email name='custom form received email' key='custom_forms' %}

Custom form status update email

This email is sent to the creator of a custom form when the status was updated (if the action has a notification email list, that list is also cc'd)

The following context variables are provided when the email is rendered:

{% include 'customizations/customizations_upload.html' with element=custom_form_status_update_email name='custom form status update email' key='custom_forms' %}