View Full Version : help with forms!
Froggy
04-28-1999, 08:18 PM
can someone help me!?
I created a form and can't figure out how to proceed..
the form is on this page:
www.fvpro.com/survey.htm (http://www.fvpro.com/survey.htm)
I want to ask some questions and then be able to read the responses..Thanx
BTW FutureQuest is great!
Froggy
Hi :)
If you change this line:
<form method="post" action="" name="">
To something like this:
<FORM ACTION="/cgi-sys/mailform" METHOD="POST">
[nbsp]
<input type=hidden name="recipient" value="YourEmail@YourDomain.xxx">
[nbsp]
<input type=hidden name="subject" value="Response From Form Mail">
[nbsp]
<input type=hidden name="print_config" value="email,subject">
[nbsp]
<input type=hidden name="title" value="Thank You For Sending Us E-Mail!">
[nbsp]
<input type=hidden name="return_link_url" value="http://www.YourDomain.xxx">
[nbsp]
<input type=hidden name="return_link_title" value="Back to our Home Page">
[nbsp]
<INPUT TYPE="hidden" NAME="required" VALUE="realname,email">
It should work for you.... please view http://www.aota.net/Tutorials/Mail.shtml for more details on how all of this works and more ways you can configure it for your needs :)
Deb
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.