I am trying to populate parts of an email with fields from a subform. I am triggering the email with the subform field's On User Input action in the parent form.
When in the email builder I select the desired field from the subform collection presented in the Input Fields tab. In the email it looks like this <%=SubForm.SubForm_Item%>
However when I try to save the email script I get the following:
Error at line :1 Variable 'SubForm' is not declared
Any ideas?