File Upload on From – Twig Code
-
Hi All,
I have a form on my website collecting information to create a lead on my dynamics crm.
I would like to add the option to attach/upload a file to the form. I imagine this would show on the note panel in CRM. My notes section unique name is CVs.
My current code is:
[msdyncrm_twig]
{% form entity=”lead” name=”job application” mode=”create” isSpacer=”true” width=”100%”
%}{% endform %}[/msdyncrm_twig]
I tried adding attachment=”true” and attachment=”CVs” but neither worked.
Can anyone help?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘File Upload on From – Twig Code’ is closed to new replies.