joanna Posted May 25, 2011 Share Posted May 25, 2011 I've creted a simple email form that uses my hosts webformmalier.php but i'm receiving lots of spam mail, no suprise but I need to put a stop to it. my simple form looks like this;- <form action="/webformmailer.php" method="post"> <p>Your name:<br /> <input type="text" name="realname" /><br /> <br /> Your email:<br /> <input type="text" name="email" /><br /> <br /> Your comments:<br /> <textarea name="comments" rows="15" cols="50"> </textarea> </p> <p> <input type="submit" name="submit" value="Submit" style="width:60px;"/><input type="hidden" name="form_delivery" value="hourly_digest" /> </p> </form> and it all working fine, but to add the captcha I need to add another .php as go daddy doesn't provide one am I correct in thinking that I can't put two actions to one form? any help is much appericated. Jo Link to comment https://forums.phpfreaks.com/topic/237449-im-using-go-daddys-webformmailerphp-but-need-to-add-a-captcha-please-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.