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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.