I have a strange issue. I have 2 views - default view (View1) and a "submitted" view (View2). The idea is to switch views after the user clicks the submit button so View2 is submitted via email rather than the default view. View2 holds the same values as View1, but does not use tables. This is necessary for the incident ticket system I am emailing to (it only supports plain text emails). The form is set to submit the current view - no attachment.
My problem is the fact that even though after I click submit, and see the view switch, and receive the dialog box with the "send" option, after clicking "send" the email holds nothing in its Body. The email does send, and does have a subject line, but no message body.
Why is the email empty even though I can see the view switch? I have another form that uses this method that is working fine. Any ideas?