The output will be a formatted display of all the fields in the form, with the following considerations:
- Hidden fields will not be displayed.
- Section fields will be displayed as headings.
- Checkbox fields will be displayed as a list.
- List fields will be displayed as a table.
- Text area fields will have new line characters converted to `<br>` tags.
- Name fields will be displayed as a single string with all parts of the name.
- Address fields will be displayed as a formatted address.
- Consent fields will display the checkbox label and description if consent is given.
If the `download_for_word` option is set to ‘true’, a link will be displayed at the end of the output that allows users to download the output as a document that can be read by Microsoft Word.
