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

Feedback Form

Thread Tools
 
Old 05-12-2003, 11:44 AM
  #1  
MsCAMMiE23
webcammie
Thread Starter
 
MsCAMMiE23's Avatar
 
Join Date: May 2002
Location: Southern California
Posts: 689
Likes: 0
Received 0 Likes on 0 Posts
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!!!!
Old 05-12-2003, 11:53 AM
  #2  
flipped cracka
BOOM goes the dynamite!
 
flipped cracka's Avatar
 
Join Date: Mar 2003
Location: in a van down by the rive
Posts: 27,571
Received 1 Like on 1 Post
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>
Old 05-12-2003, 11:53 AM
  #3  
Bl@ck
Sinner
 
Bl@ck's Avatar
 
Join Date: May 2002
Location: NoVA
Posts: 6,599
Likes: 0
Received 0 Likes on 0 Posts
Default

kinda like the guestbook on cardomain.com?




All times are GMT -8. The time now is 04:30 PM.