Printer Friendly Version Print this thread
Email this thread to a friend eMail this thread to a friend
Related Forum Posts
Featured Web Site Template

Hundreds More at Free Site Templates.com!

Web Site Partners
Sponsored Links
Jet City Software
 
Whos Here ?
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
Member Message

nemconverter
Joined: Nov 17, 2000
# Posts: 12

View the profile for nemconverter Send nemconverter a private message

Posted: 03/20/2001 01:30 am
Edit Message Delete Message Reply to this message

Hello, I'm looking to add a feedback form to my web site. Can someone help me with the code? I'm looking to have the form sent back to my email address, and on the form I want the customer to add in there name,email address, and a comment box and a send button, can everyone help?
Thanks



lisasmiles
Joined: Jan 16, 2000
# Posts: 413

View the profile for lisasmiles Send lisasmiles a private message

Posted: 03/20/2001 05:56 am
Edit Message Delete Message Reply to this message

This kind of form (that just emails you) will only work for people who have their systems set up to send mail from their browsers. If you can run scripts on your server, use the cgi-bin. Email feedback forms using the cgi-bin pretty much work for everyone.

The main difference for you is how automated you want to get with the info you receive. If you use a form like below, then you are destined to deal with the data by hand. With a cgi script you can fill a database, a flatfile, create a mailing list, etc.

Heres the basic meat of the sample form you requested. This emails you the information in text form, no cgi. You'll have to adapt it for style from here.

<h3>Feedback:</h3>
<form method="POST" name="feedbackform" action="mailto:youremail@yourdomain.com" enctype="text/plain">
Name: <input name="visitorname" type="text" size="41"><br>
Email: <input name="visitoremail" type="text" size="41"><br>
Comments:<br>
<textarea name="visitorcomment" rows="10" cols="45"></textarea><br>
<input type="submit" value="Send your comments">
<input type="reset" value="Start Over">
</form>

[This message has been edited by lisasmiles (edited 03-20-2001).]



xelA
Joined: Nov 24, 1999
# Posts: 1857

View the profile for xelA Send xelA a private message

Posted: 03/20/2001 06:13 am
Edit Message Delete Message Reply to this message

Do you have your own server? If not who do you use for your host? I'm sure they support cgi-bin. If they do that would be the better way to go.



handyandy
Joined: Mar 29, 2001
# Posts: 52

View the profile for handyandy Send handyandy a private message

Posted: 04/19/2001 06:13 am
Edit Message Delete Message Reply to this message

Many ISPs, even if they don't allow your own scripts, will provide some sort of form processing script with instructions.

Otherwise, Matt Wright's formmail isn't a bad start. For tons of cgi scripts go to www.cgi-resources.com. They also have links to places that will remotely run scripts for you, though I don't generally recommend this and you should check what restrictions/requirements (eg banner ads) they have before going down this route.

Perosnally, I'd never host with anyone that didn't allow cgi-bin access. Even if you can't write your own, there are hundreds of scripts availalble and it makes such a difference to have control over everything on your web site. Oh and just like this forum, there are places where friendly techies hang out and will answer any problems you have implementing scripts. It's worth the extra effort, IMHO.




DianeV
Joined: Eons Ago
# Posts: 5246

View the profile for DianeV Send DianeV a private message

Posted: 04/19/2001 06:13 pm
Edit Message Delete Message Reply to this message

nemconverter, one of the benefits of using a cgi script rather than formmail is that you can have a "thank you" page appear after the email is sent.



erwinloh
Joined: Jun 01, 2000
# Posts: 1503

View the profile for erwinloh Send erwinloh a private message

Posted: 04/19/2001 06:56 pm
Edit Message Delete Message Reply to this message

If hosting your own CGI script is not possible or too daunting, like handyandy suggested, there are remotely hosted CGI sites. A good one for beginners is at www.bravenet.com which has a feedback form that you can customise for your site, and you can even link a thank you form to it. There are no ads connected to the form so your visitors see no ads, but when you can an email from a visitor, a small ad is attached to the email at the bottom.



WebChicken
Joined: Sep 24, 2000
# Posts: 331

View the profile for WebChicken Send WebChicken a private message

Posted: 04/20/2001 02:40 am
Edit Message Delete Message Reply to this message

If you use Frontpage just create a Form with the Wizard.

Then, copy the code...

Then Add component/ Form.

Then cut that Form code, and paste Wizard Form in...


You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
  1. You have not yet logged in, or registered properly as a member
  2. You are a member, but no longer have posting rights.
  3. This is a private forum, for which you do not have permissions.

If you are a recent member, it's possible that you simply have not yet confirmed your account. Please check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions contained within.

If you cannot find this message, click here to Re-Send it.

If you are still experiencing problem, please read the Login Assistance Article for some advice on what may be causing your login not to work properly.

Switch to Advanced Editor and ... Create a New Topic or Reply to this Thread

New posts Forum is locked
© 1995  ·  iWeb, Inc  ·  DBA JimWorld Productions