Hi,
I’ve posted this a couple of times now (thanks for your responses m@tt).
m@tt has said that he has tested my code and that there is nothing wrong with it; however, it is not sending the data from the webform to the .csv? Also, I forgot to mention previously, it is not displaying an error message when fields on the form are left blank; it just submits the form anyway?
Does anybody know why this might be?
Here is the code again:
[php]
Which is your name? | |
What is your occupation? |
There was an error with your form:
\n"); echo("- " . $errorMessage . "
There was an error:
\n"); echo("- " . $errorMessage . "
[/php]
Any suggestions would be very much appreciated