a little direction please

liunx

Guest
I would like to add a page where I can get some feedback. The person would type in a box and then submit it. I can't use the mailto: code. <br />
<br />
I know it's a form, but I need a little more info. on how I can get the info sent to where I will direct it. <br />
TIA<!--content-->try this<br />
<br />
<br />
<form name="feedback" METHOD="post" action="mailto:emailaddress"><br />
<br />
do u like my site?<br />
<input type="checkbox" value="yes"><br />
<input type="checkbox" value="no"><br />
<input type="submit" value="send"><br />
</form><!--content-->blackbox, they said they can't use the mailto: tag.<br />
<br />
farley89hd: you hav eto use serverside coding. there are many free scritps out there. either cgi, php, asp but take the one that your host supports.<br />
<br />
search <!-- w --><a class="postlink" href="http://www.hotscripts.com">www.hotscripts.com</a><!-- w --><!--content-->thanks, I'll check with my host server, I tried blackbox, but as I thought, it had the mailto tag.<!--content-->sorry bout that last one. didn't read the question carefully.<br />
<br />
so you want feedback from a form but you cant use the mailto: tag?<br />
<br />
<br />
i found this on the web.<br />
<br />
<!-- m --><a class="postlink" href="http://www.cj-design.com/x/x.php?fid=3">http://www.cj-design.com/x/x.php?fid=3</a><!-- m --><br />
<br />
hope it works for u<!--content-->
 
Back
Top