Summary:
If you have added Additional Data Fields, you can pull the answers to those questions into your proposal template as well.
Linking Additional Data Fields data into your template:
You need to use the following markup:
##{{ "field name" | additional_field_value | or_empty }}
You will replace the field name with the actual name of the additional data field you want to use.
NOTES:
The field name is case sensitive
The double quotes before and after must be included
So for example, if you want to get the value of the additional data field which is entitled “Type of Foundation: " you can use the following:
##{{ “Type of Foundation: " | additional_field_value | or_empty }}