itssami 0 Report post Posted December 13, 2005 Hello...I want to know a very simple thing...For example i want to add a simple HTML form on my website ,.for example , something likeUser Name (text box)User Email: (text box)COmments (text box)Submit form Reset FormJust like that, so that when user click on UBMIT form, button, it takes all the inputs from the above boxes and sends to a pre defined email adress.and on submitting it shows a new thanks page.Well..there are some forms when you fll everything, they open ur default mailbox and then send etc etc i want that to send direct (i.e. without opening the default mailbox etc) Let me know if some one can help me, thanks. Share this post Link to post Share on other sites
Inspiron 0 Report post Posted December 13, 2005 Try this..You should have a CGI or a mail server to execute your mail sending which I can't provide you.. I think Xisto provides a mail server too.. Other wise search up at google for CGI mail scripts.. <CENTER> <FORM METHOD="POST" ACTION="[b]You CGI mail script here[/b]" ENCTYPE="text/plain"> <INPUT TYPE="text" NAME="username"> : name <BR> <INPUT TYPE="text" NAME="email"> : email <BR>comments <BR> <TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard"> </TEXTAREA> <BR> <INPUT TYPE="submit" VALUE="Send"> <INPUT TYPE="reset" VALUE="Clear"> </FORM></CENTER> Alternatively, you can check out another script here ..http://www.javascriptsource.com/Other ready made scripts..http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
Dragonfly 0 Report post Posted December 17, 2005 I suggest you search in Google search using the keyword 'free feedback form in php or cgi' they will give you the full guidelines - from uploading scripts made by them and also how to create page for that feedback form as well as thanks page. Everything will be there.One of such form is at http://jimsun.linxnet.com/SCForm.html you can visit this page and get all the information you need to know on having it at your own site. This form will handle your own feedback in PHP scripting. You can ban spammers. Share this post Link to post Share on other sites
gsmupdate 0 Report post Posted January 3, 2006 (edited) REALLY HELPED ME OUT MATE... THANKS ALOT... DUDE Notice from BuffaloHELP: This post has been brought to you by Mmm, mmm! Sliced and diced as SPAM-tastic! Edited January 3, 2006 by BuffaloHELP (see edit history) Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 22, 2010 please help me out i am unable to make php form..i need to make feedback form.please help me out Share this post Link to post Share on other sites
iGuest 3 Report post Posted June 9, 2011 If You are using Dreamweaver (Adobe) Then Set Out The Form Items Using The Toolbar And Press Form At The Bottom, In The 'Actions' Textbox In The Properties Toolbar Type:mailto:[Your E-Mail Address]Then Click Your Refresh/Reset Button And Using The Radio Buttons Change It To 'Reset form'Hope This Helps :)Andrew Share this post Link to post Share on other sites