EasyTarget 0 Newbie Poster

I'm trying to edit an existing FrontPage form that gathters information (Name, email, phone number, and a comment). When a user hits the submit button, an email is sent to a recipient with the form information. Currently this form shows that it is sent from a specific email address, and I have no idea where this is configured. The email address that is gathered in the field is shown in the ReplyTo field of the email, but I need it to appear in the from field. Here is the code for the form as it currently stands.

<!--webbot bot="SaveResults" s-email-format="TEXT/PRE" s-email-address="user@domain" b-email-label-fields="TRUE" b-email-replyto-from-field="TRUE" s-email-replyto="UserEmail" b-email-subject-from-field="FALSE" s-email-subject="subject" s-date-format="%A %B %d, %Y" s-time-format="%I:%M %p %Z" s-builtin-fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" u-confirmation-url="URL" startspan -->
		<!--webbot bot="SaveResults" endspan -->

Is there a way to midify this to have the email appear to be from the user submitting the form?

Thanks,
EasyTarget