Margaret, The issue could be with the path you are using to reference
those two fields. Check the path is correct. Also, It would be easy to
have the data to be taken into variables, before you use them in the
send email function. This way you can place print the values in the
messageBox and verify if they are correct.. For example: var
strToAddress, strCCAddress, strSubject, strMessage strToAddress =
"name@follett.com; " + "name@follett.com;"; strCCAddress =
page1.injuredInfo.injuryInfo.descFie...