...
- Navigate to your Frevvo projects and select the form
- Go to settings
- In Document actions > Send Documents > Send Email
- Send Snapshot should be set to blank. This will generate form submission as a XML attachment.
- (optional) In the Message section you can select what form fields you would like to email by using the drop down arrow to the far right. This allows for the for the the form field name and the submission data to be viewed in the body of an email or in the description section of an Orange Tracker ticket.
Code Block <br> form field name:{selectedcontroltemplate} <br> form field name:{selectedcontroltemplate}
- Example below is using form field name Listname and the selected control template is also ListName
Code Block <br> Listname: {ListName} <br> List Description: {ListDescription}