I’m not a programmer, but I’m trying to expand an opensource Ajax contact form to include extra fields.
There are two files; index.php and send.php.
send.php contains simple form validation, and it includes a test to ensure the ‘phone’ field is non-empty. This test fails no matter what value is entered for Phone Number.
Why is this?
I am not an expert in PHP but you called all of your other parameters like this
and the phone parameter like this
notice the missing
char. Could that be it?