Dear All.
How can I retrieve a field value from the form and put it in HTML field ? for example this text: (This Agreement will be effective from: July 8th, 2015, and will remain valid for a period of 12 months and will be renewed automatically if there are no additional requirements from one of the stakeholders.)
I need to add this text to HTML field but I need the date to be read from start date field. How can I achieve this?
By using email templates, field's values can be returned like $(ChangeNumber) but when using the same context $(StartDate) in HTML field to retrieve the value of it, it retrieves the text the same as I typed it not the value of it. like this:
(This Agreement will be effective from: $(StartDate), and will remain valid for a period of 12 months and will be renewed automatically if there are no additional requirements from one of the stakeholders.)
The HTML code for the above:
<div style=""><span style="font-family: Calibri, sans-serif;"><span style="background-color: rgb(255, 255, 255);">This Agreement will be </span><b style="background-color: rgb(255, 255, 255);">effective</b><span style="background-color: rgb(255, 255, 255);"> from: $(StartDate)</span><span style="background-color: rgb(255, 255, 255);">, and will remain
valid for a period of 12 months and will be renewed automatically if there are
no additional requirements from one of the stakeholders.</span><b style="background-color: rgb(255, 255, 255);"><o:p></o:p></b></span></div>
<div style="background-color: rgb(255, 255, 255);"><br></div>
Many thanks.