Search found 1 match
- Wed Aug 04, 2010 9:13 am
- Forum: PHP - Code
- Topic: Submitting email form
- Replies: 2
- Views: 96
Submitting email form
Hello, In my contact form, I have four fields Name, Country, Email and Comments. When i submit this form i am only receiving two fields data name and email only. I want to get country and comments data also. I have attached php code here. Php code: <?php $ToEmail = 'sampleind@gmail.com'; $EmailSubje...