Search found 5 matches

by dboco
Mon Feb 15, 2010 12:23 pm
Forum: PHP - Code
Topic: PHP form validation and post sending
Replies: 9
Views: 901

Re: PHP form validation and post sending

As for the robots, i think you can add a check box that needs to be ticked before the email can be sent. :)
Well, I will try with a check box with questionton, for example: Are you sure you want to send the form?
I hope to be able to do so. Can I contact you if I fail?

Regards,
Boco
by dboco
Mon Feb 15, 2010 8:03 am
Forum: PHP - Code
Topic: PHP form validation and post sending
Replies: 9
Views: 901

Re: PHP form validation and post sending

Yes, I fully agree with you entirely, social_experiment.
I just wanted to someone not play with filling out the form just because of boredom,
I also wish to prevent robots to fill the form for spam.

Sincerely
Boco
by dboco
Mon Feb 15, 2010 4:17 am
Forum: PHP - Code
Topic: PHP form validation and post sending
Replies: 9
Views: 901

Re: PHP form validation and post sending

As I mentioned, by right completed required field for the email box and typed incorrectly field, such as name, send the form as it is all right. For example: Name: Tiger5 that is WRONG input, right is Tiger without numbers Email: eee@eee.ee OK input Subject: eeeeeeee OK input Comment:eeeeeeeee OK in...
by dboco
Sat Feb 13, 2010 2:42 pm
Forum: PHP - Code
Topic: PHP form validation and post sending
Replies: 9
Views: 901

Re: PHP form validation and post sending

I really sincerely apologize for my late reply, social_experiment. I noticed that your code really is different because it does not print out the error fields in the form below of those fields. I am attracted to minor irregularities in the functioning of the form. In the event that the email address...
by dboco
Thu Feb 11, 2010 4:34 pm
Forum: PHP - Code
Topic: PHP form validation and post sending
Replies: 9
Views: 901

PHP form validation and post sending

hi, I am very new to php and I need a little help from you. On my side I want contact form, so I grab some validation and emaling codes and put them together with html. Code post data from form to my email, but it not validating inputs realtime after pushing submit button. I do not know what I have ...