Hi. I have a Request form that handles different requests from a lot of different departments. I was wondering if there was anyway I could populate the title of the email or from address set in Email Notification with individual pieces of data entered in the form. For example, "Request Type" in the form is "Update Contact Info", "Requester Email" in the form is "jdoe@dodgeit.com". The Email Notification could then be populated with those 2 bits of data like Email Subject = "Update Contact Info" and From = "jdoe@dodgeit.com ". Currently you can only use the entire form's data in one big chunk with %%RESPONSE%% in the email notification. Having something like %%RESPONSE_Control1%% and %%RESPONSE_Control2%% would be helpful.