| Comments |
| William posted on 2007-06-13 09:28:01 |
| Very nice script. But how to add just one captcha verification line in an existing form? |
| Nancy posted on 2007-06-11 16:13:06 |
| When get an error message when running the script: "Fatal error: Call to undefined function: imagecreate() in testnew.php on line 9" Any suggestions ? Nancy ------------------ Veselin: most probably your PHP does not have GD library installed or imagecreate() function is unsupported. |
| Mira posted on 2007-05-19 05:40:48 |
| I have tried to use this, but with browser Opera 9.20, the session gode only shows up as cryptic code at the top, form is displayed but no image. Anyone have an idea why this is happening? In IE7, only the image is displayed but the form is not. |
| Mark Jackson posted on 2007-05-13 01:58:45 |
| How do I get the form to email me the results? -------------------------- Veselin: you can combine this tutorial with <a href='http://www.phpjabbers.com/make-contact-form-and-send-email-in-php-php21.html'>contact form tutorial</a> |
| jerry jennings posted on 2007-05-11 22:51:27 |
| Please give us a price on getting bulkconveyors.com/order.html working with captcha It now works but it transfers data with any number in the verify box |
| Robert posted on 2007-05-09 19:02:41 |
| WOW. This script is superb. |
| angie posted on 2007-05-08 12:12:51 |
| Hi I have used your scripot and all is working well, however is there a way to make the email address show in the from feild of the incoming email? at the moment i have to copy and past efrom the email feild of the form, would be great if i could just hit reply? Thanks ------------------- Veselin: this depends on your server configuration. However this <a href='http://www.phpjabbers.com/make-contact-form-and-send-email-in-php-php21.html'>contact form example</a> is done to send emails having the FROM field set to senders email this part here $mailheader = "From: ".$_POST["email"]."rn"; $mailheader .= "Reply-To: ".$_POST["email"]."rn"; |
| Milan posted on 2007-05-07 02:43:23 |
| Hi there; what is the feee for a code verification PHP script to be embeded in to our form? Yhank you; Milan (310)8092237 |
| jerry posted on 2007-04-26 20:40:36 |
| Our form at bulkconveyors.com/ordernew.htm uses your capture script. The random number generator works but I can use any number in the blank box and the email is delivered. Can you suggesty a fix ??? ----------------------- Veselin: did you include the if() check in your submitting script |
| Prateek posted on 2007-04-24 00:26:39 |
| Hello Can i integrate your captcha script on our contact us form. We\'re using Autoresponder programs to collect all the field datas to our autoresponder list. please check the form here http://www.bigfootsafari.com/contact/ |