In some instances, the forms haven't actually been sent on submit. Sendmail hasn't received a number of submitted forms and naturally, hasn't sent them on to the recipient.
Can anyone suggest a suitable 'drop in' replacement for FormMail? Given the number of sites that use this common formmail, the thought of changing a heap of forms to work doesn't appeal, hence the need for a script we can just replace the old one with.
Suggestions much appreciated!
R.
The logs from Sendmail show when it received the forms and whether they were sent successfully. As we don't log calls to the form itself (it's a common CGI-BIN used by several hundred sites) and don't log form contents (security implications) there's no other information to work off.
As for a drop-in replacement, NMS's FormMail seems to work a treat and has some useful security improvements over the original FormMail. Whether it resolves the problem, I'll wait and see.
R.
input type=hidden name=recipient value=3
no matter what you use i would follow the suggestion above and check the logs, etc. to determine the true source of the problem.
Wiz