-
2009-12-15 17:53:36 UTC in phpFormGenerator
-
Obviously something has changed. Maybe your host has made some change to the server which changes the way it reports errors.
2009-12-15 14:28:53 UTC in phpFormGenerator
-
It's hard to get much clearer than this "Example #2".
http://php.net/manual/en/function.mail.php.
2009-12-15 14:26:11 UTC in phpFormGenerator
-
If your form is on a live site, send me the link, and send me a copy of your process.php file in an email.
2009-11-24 22:23:09 UTC in phpFormGenerator
-
Sounds like something in the installation is out of whack. I have installed this program many many times without any issues.
Check file and folder permissions and make sure you have all files in place before you start. The use folder in a new installation is sometimes missing and sometimes just empty. In either case you should be able to create a new simple 1 field form without any issues.
2009-11-24 21:09:48 UTC in phpFormGenerator
-
It's not exactly something an average user should attempt to do, but if you are interested you can start here to see some examples and discussion.
http://php.net/manual/en/function.mail.php
Personally I think a hyper link is a very good and easy solution.
1.) You can decide to download or not.
2.) It does not crowd your inbox or take long times to download email.
3.) Right click and save...
2009-11-23 23:57:45 UTC in phpFormGenerator
-
Checking email address syntax is easy and you can do this with javascript on your form.html, or in php in your processor.php file.
Checking for valid email accounts is possible but not very easy and not very effective.
Typically the abusers are using automated scripts so your best defense is checking email syntax, adding Captcha security codes, and making sure your processor.php is...
2009-11-23 23:42:02 UTC in phpFormGenerator
-
Send me non-SourceForge contact infomation via my SourceForge email.
2009-11-07 14:29:22 UTC in phpFormGenerator
-
Follow example 2 from this site.
http://php.net/manual/en/function.mail.php
"Note: When sending mail, the mail must contain a From header. This can be set with the additional_headers parameter, or a default can be set in php.ini.
Failing to do this will result in an error message similar to Warning: mail(): "sendmail_from" not set in php.ini or custom "From:"...
2009-10-18 01:31:25 UTC in phpFormGenerator
-
My chosen method is different (more complex for larger sets of options) but this one is a very simple example.
http://www.weberdev.com/get_example-4398.html.
2009-10-07 12:33:49 UTC in phpFormGenerator