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 like
User Name (text box)
User Email: (text box)
COmments (text box)
Submit form Reset Form
Just 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.
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
How To Create Html Feedback Form
Started by itssami, Dec 13 2005 12:47 PM
5 replies to this topic
#2
Posted 13 December 2005 - 01:16 PM
Try this..
You should have a CGI or a mail server to execute your mail sending which I can't provide you.. I think Trap17 provides a mail server too.. Other wise search up at google for CGI mail scripts..
Alternatively, you can check out another script here ..
http://javascript.in...ubmit-once.html
Other ready made scripts..
http://php.resourceindex.com/Complete_Scri...orm_Processing/
You should have a CGI or a mail server to execute your mail sending which I can't provide you.. I think Trap17 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://javascript.in...ubmit-once.html
Other ready made scripts..
http://php.resourceindex.com/Complete_Scri...orm_Processing/
#3
Posted 17 December 2005 - 12:19 PM
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.
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.
#6 Guest_Andrew_*
Posted 09 June 2011 - 02:51 PM
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
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
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















