Greetings,
I have setup custom forms for NewItem/DisplayItem and EditItem for a calendar. As part of its function I would like to email a user the details when a form is created or edited.
I presently have in the body of the email and Print the following html:
<p> Start Date {Start Time}<br> End Date {End Time}<br> Category {Category} </p>
Click here to review
What I receive in the email is this:
Start Date {Start Time}
End Date {End Time}
Category Union Business
Click here to review
As you can see above the category is filled in but not the Start Time and End Time fields.
Start Time and End Time are standard calendar fields so I am not sure why they are not displaying correctly.
Thx.