I'm using two derived fields - 'userEmail' for 'email' and 'fullName' for 'realname'

PHP Code:
  <input type="hidden" name="derived_fields" value="email = userEmail, realname = fullName" />
  <
input type="hidden" name="required" value="fullName: Your_Name,Company: Company_Name,Phone: Phone_Number,userEmail: Email_Address, contactVia: Contact_Via"
I had to use the derived fields due to a problem with 'realname' and 'email' not populating using the fmbadhandler.php. I found a thread in this forum that recommended using derived fields for these two special fields. The fmbadhandler.php now works.

The problem now is that when a form is filled out correctly and sent - the email comes from apacheATslainc.com(didn't want a link) instead of the 'userEmail' address on the form.

Is there any way to get the email address to come from the 'userEmail' field?