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:
-
custom_form - the custom form that the user can take the next action on
-
action - the next action
{% include 'customizations/customizations_upload.html' with element=custom_form_action_required_email name='custom form action required email' key='custom_forms' %}
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:
-
custom_form - the custom form that the user just submitted
{% include 'customizations/customizations_upload.html' with element=custom_form_received_email name='custom form received email' key='custom_forms' %}
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:
-
custom_form - the custom form whose status was updated
-
action_record - the record of the action that was just taken
{% include 'customizations/customizations_upload.html' with element=custom_form_status_update_email name='custom form status update email' key='custom_forms' %}