PDA

View Full Version : need help formmail setup


feel4real
11-27-2005, 12:53 AM
Hi
i am new to this and have been reading lots on how to set up a form on my website. i am trying to use formmail.pl but i carnt see where i am going wrong i think i have made the right changes but it dosent work.

can anyone help me please.

thanks
J

loui19
11-27-2005, 05:24 PM
J,
Need some more info. What version of formmail arer you using? What is your experience in designing a web form? Have you read the instructions for installing and using formmail? Does your ISP allow you to use formmail?

feel4real
11-27-2005, 05:39 PM
Hi Loui

it is formmail 1.9 and the html form is correct i think. my isp dose allow formmail i also have a guest book script working on the site will that effect it.
i have changed the formmail to the right things but it still dosent run.
i have aol im if its easyer for you to help?
feel4real@aol.com

thanks mate
J

FishMonger
11-27-2005, 05:54 PM
Try replacing Matt's FormMail script with the nms FormMail script. Even Matt, on his own site, recommends using the nms version instead of his own.

http://nms-cgi.sourceforge.net/scripts.shtml

Matt's reasons
http://www.scriptarchive.com/nms.html

feel4real
11-27-2005, 06:56 PM
i'm sorry for sounding stupid but this one looks more puzzeling.
this is my form is it ok.
"<form method="post" action="http://www.feel4real.co.uk/cgi-bin/formmail.pl">
<INPUT TYPE="hidden" name="recipient" value="me@feel4real.co.uk">
<INPUT TYPE="hidden" name="subject" value="From website">
<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.feel4real.co.uk/thanks.htm">
<INPUT TYPE="hidden" name="required" value="email,name">
<label for="name">Name</label> <input type="text" id="name" class="input-box" /><br />
<label for="e-mail">E-mail</label> <input type="text" id="e-mail" class="input-box" /><br />
<label for="textarea">Comments</label><TEXTAREA NAME="comments" COLS=20 ROWS=3 id="e-mail" class="input-box"></TEXTAREA>
<input type="submit" value="submit" class="submit-button" />
</form>

then i put the formmail.pl in cgi bin and set it to 755?
so what d i change in the formmail?