Hey all,
I’m having an issue with my contact form - it doesn’t seem to post - well actually VERY occasionally it does which is just plain odd! I wonder if someone would look at my code and offer a suggestion? Thanks
Shell
Here’s my code:
{exp:email:contact_form user_recipients="false" recipients="myemailaddresshere" charset="utf-8" return="http://www.getashot.co.uk"}
<label for="from">Your Email:</label>
<input type="text" id="from2" name="from" size="40" maxlength="35" /></p>
<label for="subject">Subject:</label>
<input type="text" id="subject2" name="subject" size="40" /></p>
<label for="message">Message:</label>
<textarea id="message2" name="message" rows="8" cols="30"></textarea>
<input name="submit" type='submit' value='Send' /></p>
{/exp:email:contact_form}