sunkist 0 Report post Posted June 24, 2005 Hi all:I am trying to add a form to my site. I want to have users to be able to communicate with me without posting my email. I am afraid of being bombarded by spam if I post my email address.Anyway, I have made the form in dreamweaver. When I test it, it sends the input data to me. The problem is, I cant read/access the data.Is there a tutorial on making forms. Any comments or suggestions so that I can read the imput.Thanks!Sunkis Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted June 24, 2005 oh this one is to easy use this html coding for sending you messages mind you it uses it email but if your looking for the php it still requires you to have email account unless you use a guest book or forum to do the message posting but heres the script and have fun <FORMĀ METHOD="Post" ACTION="MAILTO:zodiac47@hotmail.com"><INPUT TYPE="Text" Name="content here " Size="20"><BR>TEXTAREA NAME="weapon list" ROWS="3" COLS="15"></TEXTAREA><BR><CENTER><INPUT TYPE="Submit" VALUE="Submit"><INPUT TYPE="Reset" VALUE="Reset"></CENTER> its simple but like i saif to not show your email you would have to guest book or forum it Share this post Link to post Share on other sites
sunkist 0 Report post Posted June 24, 2005 Hi:Thanks for your response. I made the form, but I don't know how to use cgi.The form asks for the dataAccepts the dataSends it to my Xisto email, then it is forwarded to me at outlook expressWhen I try to read the data, outlook express tells me "the file does not have a program associated with it for performing this action"I am doing something wrong; but I just don't know what.The rough draft of my form is here:http://www.histology-world.com/contents/contents.htmIf anybody knows what I need to do to be able to access the users input, please help!Thanks all.Sunkist Share this post Link to post Share on other sites
snlildude87 0 Report post Posted June 24, 2005 I have just the tutorial for you: http://forums.xisto.com/topic/20516-email-scriptform-with-php-how-to-make-a-simple-email-script-using-php/Read the ENTIRE thread to completely take advantage of it. Good luck!By the way, I use it for my site, so you can be sure that it works. Share this post Link to post Share on other sites
badinfluence 0 Report post Posted June 24, 2005 for html form, link1 and link2.basically, post method call user agent(outlook) and the action is set to mailto: so that it straight away called the system default mail program which enctype might not compliant. it's same meaning as direct mailto:"mail" if i'm not wrong..try some php form mail under tutorial forum and google.. Share this post Link to post Share on other sites
sunkist 0 Report post Posted June 29, 2005 Hey, thanks for the tip.I ended up getting the form to work thru one of the add-on scripts in cpanel. It's not fancy, and I plan to revise the form I have at some time. Not sure I really understand them. So its going to take some work.Sunkist Share this post Link to post Share on other sites
snlildude87 0 Report post Posted June 29, 2005 Problem solved -> thread closed Share this post Link to post Share on other sites