I've set an email event to kick out when the form submits. The problem is I get a value populating in the wrong place! Here's an example of my coding and the email results:
Course Title: $(CourseTitle)
Course Date: $(Course Date)
Delivery Method: $(Delivery)
But in the email the delivery method value will show up on the Course Title line, even though in the form the user Type Outlook Level 1 in the Course Title Field...
Course Title: Instructor-Led (wrong value)
Course Date: 11/12/2008
Delivery Method: Instructor-Led
I've tried building from scratch 3 times this form and still get this issue (It might not be the same two fields the next time I buidl the form, but the issue of a field popuplating in the wrong line still occurs)! Any suggestions would be greatly appreciated!
We're running DNN 4.4 and Dynamic Forms 2.30.20
FYI, I've notice in all 3 forms the error has occured with the field being two questions apart, one a dropdown list and the other that's getting the wrong value a text box if that makes a difference... |