Jump to content

I'm using Go Daddy's webformmailer.php but need to add a captcha, please help


joanna

Recommended Posts

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 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.