Quote Originally Posted by Acorn View Post
It is a XaraTemplates.com template and I have used his approach for email forms successfully with my provider.

Have you changed the Placeholder as per the above instructions on all Variants?
Can you upload your changed code here?

Acorn
Acorn this is the code: the site is www.my-wonderful-wedding.com

<form id="contact-form" action="index_htm_files/send_form.php" method="post">
<input type="hidden" name="recipient" value="jane.gower@my-wonderful-wedding.com">
<input type="hidden" name="inhtml" value="yes">
<div class="contact-row">
<div style="float: left; width: 34%;">
<label class="contact-label">Name</label></br>
<input class="contact-input" style="width: 300px;" name="name"><br>
</div>
<div style="float: left; width: 33%;">
<label class="contact-label">Email</label><br>
<input class="contact-input" style="width: 290px;" name="email"><br>
</div>
<div style="float: right; width: 33%;">
<label class="contact-label">Subject</label></br>
<input class="contact-input" style="width: 305px;" name="subject"><br>
</div>
</div>
<div class="contact-row">
<label class="contact-label">Message</label><br>
<textarea cols="173" rows="10" name="message"></textarea><br>
</div>
<input id="contact-submit" type="image" src="index_htm_files/submit.png" alt="Send" />
</form>


Thanks for looking.

Ian