Hi Sanford, That did it! Thank you. One last question in relation to this if that's ok. The script ultimately has multiple fields that a user can select and be set as booleanfriendlies. When a user selects more than one choice on the form, the script runs, they receive and email, and all of their selections are crammed together. Is there a way to put each selection on a new line when the email is delivered? I am looking at Apache's Velocity docs and having a hard time trying to find it. Here is what it currently looks like in the body of the email: Books: Thursday, February 1, 11:00 – 11:20amDocs: Thursday, February 1, 2:00 – 2:20pmSoftware: Friday, February 2, 12:00 – 12:20pm It should look like this: Books: Thursday, February 1, 11:00 – 11:20am Docs: Thursday, February 1, 2:00 – 2:20pm Software: Friday, February 2, 12:00 – 12:20pm
... View more