We like to show the website url, from the contactform in the email.
We use the shopify form template
<div class="contactform">
<input type="text" name="contact[name]" value="" size="22" tabindex="1" placeholder="Vor- und Nachname">
<input type="email" name="contact[email]" value="" size="22" tabindex="1" required="required" placeholder="Mailadresse">
<input type="text" name="contact[firma]" value="" size="22" tabindex="1" placeholder="Firma">
<input type="text" name="contact[auflage]" value="" size="22" tabindex="1" placeholder="Auflage">
<textarea rows="8" cols="75" name="contact[nachricht]" placeholder="Nachricht"></textarea>
<input type="submit" id="contactFormSubmit" value="Angebot anfragen" />
</div>