Hi, to solve a sudden surge of spam mails being sent via our site I have decided to add the captcha function to our contact form, using the nark up below:-
{exp:freeform:form form_name="contact_form" template="contact_form" notify="[email protected]" send_attachment="no" return="http://www.savoirfairemusique.co.uk"}
<fieldset class="contact">
<label for="name" class="clearBoth">Name</label>
<input name="name" class="contact" type="text" id="name" /></p>
<label for="email" class="clearBoth">Email</label>
<input name="email" class="contact" type="text" id="email" /></p>
<label for="comments">Message?</label>
<textarea name="comments" class="contact" id="comments" rows="6" cols="30"></textarea>
Submit the word you see below:
{captcha}
<input type="text" name="captcha" value="" size="20" maxlength="20" style="width:140px;" /></p>
<input type="image" title="Submit" src="assets/images/bttn-submit.gif" alt="Submit Enquiry" name="submit" /></p>
</fieldset>
{/exp:freeform:form}However, the captcha image isnt being pulled in from anywhere - have checked the neccessary settings and paths and all seems to be Ok although I have noticed that there are no images in the captcha folder itself….
Any suggestions?