Notices
The Basement Non-Honda/Acura discussion. Content should be tasteful and "primetime" safe.

Feedback Form

Old May 12, 2003 | 11:44 AM
  #1  
MsCAMMiE23's Avatar
MsCAMMiE23
Thread Starter
webcammie
 
Joined: May 2002
Posts: 689
Likes: 0
From: Southern California
Default Feedback Form

Anyone know how to code a feedback form?
With like name, email address, and any input you want in it.

I'm not looking for a website that already has a premade form and a pop up ad after you filled out the form. I want a clean code form that has NO ad whatsoever!

Please help! This is very important!!!!
Reply
Old May 12, 2003 | 11:53 AM
  #2  
flipped cracka's Avatar
flipped cracka
BOOM goes the dynamite!
 
Joined: Mar 2003
Posts: 27,571
Likes: 1
From: in a van down by the rive
Default

it's pretty easy. you just make a form using html and have a script send the email....i usually use php to send the email, but you could use perl (.cgi) as well. the form would be like
Code:
<form action="http://thescript" method="post">
<input type="text" name="yourname">
<input type="text" name="email">
<textarea name="comment"></textarea>
<input type="submit" value="send it">
</form>
Reply
Old May 12, 2003 | 11:53 AM
  #3  
Bl@ck's Avatar
Bl@ck
Sinner
 
Joined: May 2002
Posts: 6,599
Likes: 0
From: NoVA
Default

kinda like the guestbook on cardomain.com?
Reply



All times are GMT -8. The time now is 10:15 AM.