Here's my little test form
The form has a Date Field labeled Date, a Single Line Field labeled Year, and a Custom HTML field.
The date field is defaulted to the current date.
The year field is passed in to the form in the url. ........./Forms/24h0I?theYear=1963
Both the Year and Date field should be populated when the form loads. When I insert the Year variable and the Date variable into the Custom HTML field, neither of them display. I included some of the Process Variables just to make sure something is working.
How do I get Field Variables to display in a Custom HTML???