Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
HTML for Feedback Form
Name: mlc482 Date: May 4, 2004 at 14:47:04 Pacific OS: xp CPU/Ram: 256
Comment:
I was looking to find a source for the HTML code I should use to make a feedback form for people to submit and maybe have the results emailed to be. I was thinking of having fields for text, radio button choices, check boxes, etc. Is there a webpage for this?
Name: Terri Kaduck Date: May 4, 2004 at 18:53:19 Pacific
Reply:
Here is a site that I think will help you all in what you are trying to do. It was a great help to me when I was learning. Now I use it to tweak what I already know.
Name: -Bryan- Date: May 4, 2004 at 22:30:12 Pacific
Reply:
PHP would be by far the easiest if your host doesn't already have a specified CGI form mail script. Heck...even if your host does, PHP would be easy. ;)
0
Response Number 4
Name: safeTsurfa Date: May 5, 2004 at 15:45:19 Pacific
Reply:
If your host does support CGI then I recommend www.dtp-aus.com and use his CGI form script. It's quite 'advanced user' in the setup, but once done gives massive flexibility and control over options and the way forms are handled.... and handles multiple forms from the one script by assigning an ID to each one. Comes complete with sample forms for you to study how they work.
Pay a visit to http://wwwtoolz.com/home/ They have a great selection of various tools for websites, including forms. The bonus is no ads. I use their drop down link box on my Lions District site and everyone seems quite happy with it.
Summary: do a search online with your favourite search engine and you will find lots of scripts to do that ... look for 'feedback form' or 'feedback script' or 'feedback form script' in simple terms, you just ...
Summary: tnan, I can't determine anything from the code you posted. That's the PHP file that sends the e-mail, but you said it works fine after the user has pressed "Send". Where's the code for the "Send" bu...
Summary: Hello, I have created a simple HTML for my work. I have a "Submit" button located on the bottom of the form. I would like tihs button to send the completed form to an email address. Any ideas on how I...