Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleContent Pattern
{form_approval_new_application_approval_action_status}
{unuse}
{unuse}ID: {processId}
{unuse}Remarks: [{form_approval_new_application_approval_action_remarks}]
{unuse}
Info
titleInfo

You may be wondering where does {form_approval_new_application_approval_action_status} comes from. It is actually the field element name of said field. Just use the Inspect Element feature in your browser to acquire the field element name and add the prefix "form_" to it. (see sample screenshot below) This will retrieve the value in the email content and set it into the form data. 


...