The notification e-mail for one of my forms is not including two fields included in the form. I'm using the default notification template. Any thoughts as to why this is happening? Thanks.
Usually this sort of error is caused by having nested inline fields. The behavior of nested inline fields is undefined in most browsers and so will not display properly. You should change the parent inline field to a 'folder'.
Hem ... that surprises me. I see that you have several sections nested in there. Do the questions in any of the other sections fail to be displayed in the notification?
In either case, you can work around the issue for the moment by changing that top level inline to a folder or fieldset. If that works, please open a support request so that I can route this to the developers directly.
I went back and looked a little more carefully at the form and the top level section was indeed an inline section (which it never needed to be). Changing this section to a folder fixed the problem.