Tagged Questions

2
votes
1answer
21 views

Formmail Redirect Issue

I'm trying to get a Formmail form to re-direct back to it's own page. For example, if I'm on the page, http://www.rightfittech.com/paincenter/contact-us.html, I would like the re-direct to go back to ...
2
votes
1answer
51 views

PHP - Form mail inserting ! and line break into long strings

I have a form on my company's site which takes a name, telephone number, and comments (and a couple other things). The comments box lets you type up to 5000 characters - a large limit to allow for ...
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 ...
0
votes
0answers
72 views

PHP mail script

I've been using this script for about a year with no issue, but now when trying to use on bluehost.com it doesn't seem to send the email. Could someone kindly point out how I can make this script ...
0
votes
2answers
532 views

Passing values to formmail.cgi without refresh (HTML form PHP handling)

My host has a formmail.cgi script to send html form data to emails (http://formmail.dreamhost.com/), but I dont understand how to pass it values that it understands. Ive tried using this method to ...
0
votes
3answers
154 views

PHP Form Sending Information to Limbo!

I was told my client's quote form has not been generating very many emails. I have learned that although the form brings you to a confirmation page, the information never reaches the recipient. I ...
0
votes
3answers
1k views

Attach file in formmail. (php formmail)

I'm writing a mailform i php for placeing orders, and sense they have to get send a picture to me for the order to work properly, I'd like to be able to attach the file in the formmail. How shuld I do ...
0
votes
4answers
1k views

PHP “Wrong referrer” error when submitting a mail form

I am pretty new to php, but I am learning! I have a simple form on a client website. I am testing the form and when I click submit, I get the following error: Form Mail Script Wrong referrer ...
-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: # ...