Hi there - I am sure this has been asked before - and I have seen some - but none help me out. So my apologies if this is old territory. I have created the form following instructions, but the email is not arriving with the form contents. I was wondering if there is a permissions problem or such?
My form is here: (please excuse broken swf at top -that will be placed in there later). The rest of the files are in that folder. http://www.naif.com.au/form122024/form.html
Can anyone offer help please?
Many thanks
Katie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No one can help you by looking at your form.html file. The processor.php does all the work and typically will only fail when the file and/or folder permissions are not set according to web host setup or restrictions.
First try editing out the line in the processor.php file that includes "whereformis".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to PHP and have developed a form, but it doesn't send the email. Confirmation comes up, but no email. I haven't seen an answer to what exactly needs to be entered in this line of the processor.php in terms of pointing to the form or what the server name would be. Please help.
There have been issues with this line when it is not used. If this is the only line where "$whereformis" appears then you can remove this line to see if your problem improves.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you looked at your server log files to see if any email is attempting to be sent? This is the best source for information on what might be going wrong. If the logs are blank then you have some major issue with the PHP code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there - I am sure this has been asked before - and I have seen some - but none help me out. So my apologies if this is old territory. I have created the form following instructions, but the email is not arriving with the form contents. I was wondering if there is a permissions problem or such?
My form is here: (please excuse broken swf at top -that will be placed in there later). The rest of the files are in that folder. http://www.naif.com.au/form122024/form.html
Can anyone offer help please?
Many thanks
Katie
Hi all - solved to a point -
in the SPAM folder.
Cheers
No one can help you by looking at your form.html file. The processor.php does all the work and typically will only fail when the file and/or folder permissions are not set according to web host setup or restrictions.
First try editing out the line in the processor.php file that includes "whereformis".
I am new to PHP and have developed a form, but it doesn't send the email. Confirmation comes up, but no email. I haven't seen an answer to what exactly needs to be entered in this line of the processor.php in terms of pointing to the form or what the server name would be. Please help.
$where_form_is="".$_SERVER.strrev(strstr(strrev($_SERVER),"/"))
There have been issues with this line when it is not used. If this is the only line where "$whereformis" appears then you can remove this line to see if your problem improves.
I removed this line, but still the mail is not being sent. The confirm page does come up and I know that my provider supports PHP.
Any other suggestions to troubleshoot the issue?
Have you looked at your server log files to see if any email is attempting to be sent? This is the best source for information on what might be going wrong. If the logs are blank then you have some major issue with the PHP code.