tpsilver10 Posted May 9, 2007 Share Posted May 9, 2007 Just wondering if anyone would be willing to try out this form. I've implemented a CAPTCHA script would seems to be working on my end. That's the most important thing I want to be right. Also the required fields. I've keep these down so you don't have to continuously enter a huge amount. The form is here: http://www.pacesettertravel.com/pacesetter/index.php?id=quotes&subid=downunder Link to comment https://forums.phpfreaks.com/topic/50719-php-form/ Share on other sites More sharing options...
john010117 Posted May 10, 2007 Share Posted May 10, 2007 Even though the security image works, the script doesn't check that all the required fields (other than the CAPTCHA) are filled in. I just filled in the captcha, and it displays the thank you page. You might want to fix that. Link to comment https://forums.phpfreaks.com/topic/50719-php-form/#findComment-249456 Share on other sites More sharing options...
tpsilver10 Posted May 10, 2007 Author Share Posted May 10, 2007 Even though the security image works, the script doesn't check that all the required fields (other than the CAPTCHA) are filled in. I just filled in the captcha, and it displays the thank you page. You might want to fix that. Sorry about that. I was playing around with it last night trying to get the error message to come up on the same page rather than an echo. The required fields should work now. Thanks for checking it out. Link to comment https://forums.phpfreaks.com/topic/50719-php-form/#findComment-249766 Share on other sites More sharing options...
redbullmarky Posted May 10, 2007 Share Posted May 10, 2007 it'd be nice if the form auto-populated in the event of an error (i filled stuff in the fields but left the image verification out). It's quite a long form to fill in only to have to fill it in again if you mess up... Link to comment https://forums.phpfreaks.com/topic/50719-php-form/#findComment-249767 Share on other sites More sharing options...
tpsilver10 Posted May 10, 2007 Author Share Posted May 10, 2007 it'd be nice if the form auto-populated in the event of an error (i filled stuff in the fields but left the image verification out). It's quite a long form to fill in only to have to fill it in again if you mess up... 100% agree. I'm looking into that at the moment. Anyone got any tips...? Link to comment https://forums.phpfreaks.com/topic/50719-php-form/#findComment-250007 Share on other sites More sharing options...
john010117 Posted May 11, 2007 Share Posted May 11, 2007 I see another problem. When a user doesn't fill in a required field, and the popup shows up, the values for all the required input boxes shows up as "{$_POST[". You might want to fix that. Link to comment https://forums.phpfreaks.com/topic/50719-php-form/#findComment-250229 Share on other sites More sharing options...
Recommended Posts