HTML and #form. to get info to print
Confluence User - 03 Dec, 2017
Hi team, i'm trying to print an invoice like come on the example on APP Simple Quotation. (See Fig 1)
but even though i have the same tables, forms and fields the code is not working,
I have a couple of doubts:
1- Is the problem with code that come on the original form?
<div>
<strong>#form.qms_quotation.accountName#</strong>
<br/>
#form.qms_quotation.company_street#
<br/>
#form.qms_quotation.company_city#, #form.qms_quotation.company_state#
<br/>
#form.qms_quotation.company_postcode# #form.qms_quotation.company_country#
<br/>
Phone: #form.qms_quotation.company_phone# Fax: #form.qms_quotation.company_fax#
<br/>
#form.qms_quotation.company_email#
</div>
</div>
2- Is the problem with and enviroment or workflow variable ?
Fig 1
forms;customhtml
