phpformmail

eregi() and eregi_replace() being deprecated as of PHP 5.3.0

Hello,
I implemented a webform using phpformmail a year or so ago and it worked fine...
 
Recently, I found that it had stopped working because my shared hosting provider had decided to enforce using SMTP with authentication.
 
I am in the process of modifying the original phpformmail to allow for STMP with authentication. I think I can figure that out on my own.
 

Send email using mail server

Classic v1.07.2
Unix
 
The email form my Form has been taking 30 mins to arrive.  The hosting company says it is because the email is going out using the web server instead of the mail server.  It has fixed itself for now but they say to expect it to happen again if the changes are not made.
I have a numbe of forms on different sites, so this has the potential to affect more sites.
Can Formmal.php send out through the smtp server?
 
Thanks
Geoff
 

Unwanted email fields

Hi
Using 1.07.2 version of PHPFormMail which I have modified to incorporate reCapatcha.  All working well except that generated email include the recapatcha_challege_code, the recapatcha response, and the value of the submit button.  Even with a clean version still get the value of the submit button included.  Any ideas on how to stop this happening?

Error ...

I'm still at this and getting an error ... I do have a good recipient listed.A simple test page is located at: http://www.kwgroup.com/form.htmlI've read the readme until my eyes crossed http://developerkarma.com/projects/phpformmail/readme-all-one-version#referers

Cannot figure out how to set recipients

I've tried to get this form to work but it just isn't happening. Can someone tell me exactly how and where to set up the recipients in formmail?
Here is the site I'm having trouble with. www.ymja.org
 
It is the Prayer Request form.
Please give detailed instructions as nothing I've tried works.
Thanks so much

How can formmail serve as an autoresponder for the website visitor

Hi,Im using formmail and its a great form. But i notice that formmail identifies one email address as being the sender of the form (the one that is being set in the php code). So it cannot be used as an autoresponder for my website visitors. Im trying to adapt formail to be able to detect the email the website visitor types in the email form on my webpage as the sending email (this way it can be used as an autoresponder for the email the visitor uses on the email form).

format email layout

How do I put "Below is the result of your feedback form. It was submitted by..." underneath all the fields? I basically want it to be like this. Is it easily done?
 
Field: blah
Field: blah
Field: blah
Field: blah
Field: blah
 
======================== 
Form submitted on July 20th, 2009 at 11:26AM (PDT)
from http://www.locationoftheform.com

Domain name with hyphen?

Hey everyone, this is the first time I'm using Formmail and I seem to understand everything pretty well...mostly.
 
The domain name I am setting this up for is www.extreme-fence.com.  When I submit the form I get the following error "You are coming from an unauthorized domain."
This is what I have for the referers.$referers = array("extreme-fence.com");

body text no longer being sent

Hi

I have a form that was working fine until I upgraded my hosting. The email still send okay but the fields are blank when it is opened in outlook. The form works fine when opened in gmail.

Thanks

contact.php returning error

Pls help me... i want to create a contact form for my web site, but there is an error when i upload my web site to a server.

Parse error: parse error, unexpected T_VARIABLE in D:\inetpub\vhosts\elemac.net\httpdocs\newversion\contact.php on line 82

Here is my php,
<?php
// declare values
$name = $_POST['name'];
$email = $_POST['email'];
$handphone = $_POST['handphone'];
$fax = $_POST['fax'];
$address = $_POST['address'];
$zipcode = $_POST['zipcode'];
$city = $_POST['city'];
$email_subject = $_POST['emailsubject'];
$enquiry = $_POST['enquiry'];

Syndicate Content

User login