PDA

View Full Version : Will Pay for simple PHP email form help!



mkolom
12-27-2006, 01:12 PM
Hello -
I am a business owner who just transferred my site to bluehost. There is a simple php email form on the site, but it is calling a routine from the horrible web dev company that developed the site. I need to get the php working so I can get rid of them. I activated the .net domain for a dev env on bluehost. The form and code are there it just need to be tweaked to work on BH. The site is www.advancedlaserchicago.net and below is the php code. I'll pay a flat fee or hourly rate. Please email me at mkolom@axisconsultinggroup.com if interested. Thanks!

<form name="formmailer" action="http://cherryone.com/php/formmail.php" method="POST">
<input type="hidden" name="subject" value="Advanced Laser Information Quick Form Response">
<input type="hidden" name="recipient" value="info@advancedlaserchicago.com">
<input type="hidden" name="redirect" value="http://www.advancedlaserchicago.com/confirmation.html">
<input type="hidden" name="required" value="Name,email">
<tr>
<td colspan="2"><p align="center" class="subheader_01"><strong>Have a question? <br>
Contact Us:</strong><a href="mailto:info@advancedlaserchicago.com"><br>
<br>
</a></p></td>
</tr>
<tr>
<td width="68">Name</td>
<td width="179"><input name="Name" type="text" class="body" value="" size="20"></td>
</tr>
<tr>
<td>E-Mail</td>
<td><input name="email" type="text" class="body" value="" size="20"></td>
</tr>
<tr>
<td>Phone</td>
<td><input name="phone" type="text" class="body" value="" size="20"></td>
</tr>
<tr>
<td>Comments</td>
<td><textarea name="comments" cols="18" rows="5" class="body"></textarea></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><p>
<input name="submit" type="submit" class="body" value="Submit">
</p></td>
</tr>
</form>

webvideo
12-27-2006, 08:12 PM
Check my contact form here:
http://www.easyflv.com/contact.php

PM me and I will set it up for you with captcha. It does not depend on any 3rd party scripts and has a server side error checking. :)

siguie
12-28-2006, 03:45 AM
I recommend TFMail from http://nms-cgi.sourceforge.net/scripts.shtml

AfroJoJo
12-28-2006, 11:35 PM
Check my contact form here:
http://www.easyflv.com/contact.php


Thats ok, but you have no server side validation.

webvideo
12-29-2006, 02:05 AM
Thats ok, but you have no server side validation.

Thanks for pointing it out. :)

Its fixed now > http://www.easyflv.com/contact.php

Gixxer
12-29-2006, 12:01 PM
Not trying to take any money away from anyone here but Formmail has been around forever and there are many free variations of it out there on the web. Here's one you can modify yourself and run right from the BH server. Formmail is easy to setup even for a novice, there is no reason to pay for something that takes 2 minutes to configure, upload and have working.

http://www.dtheatre.com/scripts/formmail.php
http://www.tectite.com/formmailpage.php
http://freshmeat.net/projects/formmail.php/

What this guy is asking for is a working script. He's given the form already and because a PHP Formmail script is free for the asking why pay?

goochs
01-01-2007, 07:48 AM
Give me the fields that you want and I'll write the code for you gratas

It is very simple;)
contact me at p_vouers@goochs.com