Tagged Questions

2
votes
2answers
156 views

Should I use formmail or PHP mail?

I recently started working on a web project which was already in progress; the guy who built the foundation for it had the signup page sending the form fields to a formmail Perl script, so that he ...
1
vote
2answers
145 views

Looking for a replacement for NMS FormMail.pl

I have a simple contact form that I knocked up in a few minutes using NMS FormMail.pl. But the customer has requested that I have a second email address entry field, and validation that kicks them ...
-1
votes
1answer
89 views

How can I mod formmail so that the error page still sends and email and redirects?

So far it submits the email but no matter what I do it will not redirect (server errors) and I need to redirect it to a custom error page. How would I modify this to make it work? Original code: # ...