Put the Server variable into a hidden form element as the form submits. The action of the form doesn't have the url parameters, so it won't carry over to when the email is sent. By adding it to a hidden field you can refer to the hidden form element when you send the email.