Jump to content
xisto Community
Sign in to follow this  
itssami

How To Create Html Feedback Form

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.