Additional Data Fields data
Updated over a week ago

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:

  1. The field name is case sensitive

  2. 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 }}

Did this answer your question?