Hi,
I have 3 word documents (sampleA.docx, sampleB.docx, sampleC.docx) with its own content.
Example: sampleA.docx
"Hi {name},
Kindly note that your particular has been created:
DOB - {dob}
"
I created a grid that is linked to a form. My form has the following fields:
- name
- dob
- form_type
When user select “form_type = A”, it will retrieve the sampleA.docx and include the value for the “name” & “dob” into the word document “{name}” & {dob} respectively. The word document can then be downloaded.
I have searching in the internet for few weeks but still could not find a solution for this.
Can anyone kindly advise how to I upload the word document to scriptcase and the coding to retrieve the respective document when a form is being filled? Thanks.