Confused by PHP scripts?
Don't have PHP on your server? Can't send email from your server?
Try our sister-site FormToEmail Remote which offers a remotely hosted form service, so you don't need to install a script!
| I am happy to say that I get glowing testimonials pretty-much on a daily basis. Due to modesty and customer confidentiality, I don't publish them. The feedback comments you see here, are from customers who noticed this feedback board and very kindly took it upon themself to leave feedback. | |
| 49 posts - Viewing page 1 of 5 | Post feedback |
| Date | August 31, 2010 |
| From | Lee Foster |
| Location | United Kingdom |
| Feedback | Charles script and the support has been excellent. This was just what I was looking for and with a few adjustments is now exactly how I needed it with thanks to Charles support. I would highly recommend this script as it works perfectly. Thank you so much Charles, You've been a great help. |
| Date | August 14, 2010 |
| From | Charles Sweeney |
| Location | United Kingdom |
| Feedback | Hi Paul. Thank you for your kind words! The time in the email header comes from your email server, so there's nothing the script can do about that. What you can do is show the ammended time in the body of the email. You need to enable the $show_date_and_time option in the script: $show_date_and_time = 1; You then need to change the script code slightly. Locate this line: if($show_date_and_time){$_REQUEST["Date submitted"] = date("F jS, Y. h:i a");} ...change it to this: if($show_date_and_time){$_REQUEST["Date submitted"] = date("F jS, Y. h:i a",time() - 3600);} In the above code, 3600 is the number of seconds to subtract from the time, in this case, one hour. You will then see the adjusted time in the *body* of the email, like: Date submitted: August 14th, 2010. 02:42 pm Best wishes. |
| Date | August 14, 2010 |
| From | Paul Tanner |
| Location | United Kingdom |
| Feedback | Hi Charles, congratulations on a brilliant script and feature set. Is it possible to include a time offset function or to patch the script for this? For instance, my host is based in Germany so the time reported in emails (to us and to customers) is usually one hour ahead of UK time, which can be puzzling for some! Cheers Paul T |
| Date | July 6, 2010 |
| From | Charles Sweeney |
| Location | United Kingdom |
| Feedback | Hi Howard. Both scripts, free and Pro, check the format of the email address. I don't think there is much value in checking if the domain of the email address exists. The domain might exist but the email address might not. Also it means doing a DNS lookup, which could slow down or halt the processing of the form. Mainly though, someone could enter a perfectly valid email address, belonging to someone else, you have no way of knowing it is *their* email address. The only way to know for sure is to send them a verification email containing a link to click on. This for most contact forms is overkill. Some of the features in the script are there due to customer demand. If there was sufficient demand for a feature to make (an often meaningless) check on the existence of the email domain, I would add it to the script. Best wishes. |
| Date | July 6, 2010 |
| From | Howard |
| Location | United States |
| Feedback | I have installed and am using FormToEmailPro successfully. It was easy to use and to configure. For my perl-based form to email applications I use a CPAN module that not only checks for correct email format but also for the existence of the domain. A really nifty module. Do you have or do you know of a similar program for PHP? Could you provide this capability with your program? |
| Date | June 10, 2010 |
| From | Gene |
| Location | United States |
| Feedback | You are correct - The worlds easiest feedback script! I have over the years purchased many processors but yours is by far the best. Does everything you say it can do. Thanks ... Gene |
| Date | June 10, 2010 |
| From | Charles Sweeney |
| Location | United Kingdom |
| Feedback | Thanks, all! |
| Date | June 10, 2010 |
| From | Stephanie Butler |
| Location | United States |
| Feedback | I had a friend recommend your script. I am not a programmer, so I was hand typing and customizing the PHP for every form I did. This script is great and a huge time saver!! Thank you so much for making this available. Definitely worth the $49 for all the headaches you've saved me. |
| Date | June 10, 2010 |
| From | Paul Shotan |
| Location | United Kingdom |
| Feedback | The simplest, easiest installing php form solution I have ever used. Fantastic job guys, it does exactly what I need in a matter of minutes! WILL be buying the pro version now. Congrats and thanks, Paul (UK) |
| Date | May 28, 2010 |
| From | Cody S. |
| Location | United States |
| Feedback | This script is fantastic! It's very easy to use and integrate into any web page. The options it has are wonderful and the "in-page" instructions make it so easy to quickly customize the script to work with your site's needs. Lately I've had a few challenging forms and I contacted the Charles for support and the response time is amazing, within 12 hours he had me up and going. The personalized customer service provided makes just adds to the list of benefits this script has to offer. Thanks Charles for allowing us to purchase this script and use it on any and all of our websites. I will definitely recommend this script to anyone looking for a PHP form mailer. |
| Page 1 2 3 4 5 |