Versions Compared

Key

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

...

  1. Navigate to your Frevvo projects and select the form
  2. Go to settings
  3. In Document actions > Send Documents > Send Email 
  4. Send Snapshot should be set to blank. This will generate form submission as a XML attachment.
  5. (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.
    1. Code Block
      <br>
      
      form field name:{selectedcontroltemplate}
      
      <br>
      
      form field name:{selectedcontroltemplate}
    2. 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}