Jump to content

Submit


Fire Dragon

Recommended Posts

Hi!I want create simple feedback form to my website what sends input field's text to my e-mail.W3schools have example for this but it haves something what I don't want.When you write something to field and you press Submit (or send what it is in that example) appears Outlook Express window where reads text field's information.Finally you must send message using Outlook Express.Is it possible that user only clicks button,and it sends mail to my e-mail?Thanks for help.

Link to comment
Share on other sites

Put the php filename into the action attribute of the form, when the form is submitted it goes to that file for processing or whatever<form action="filename.php" method="post"> :)

Link to comment
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
×
×
  • Create New...