I created a contact us form in HTML. The problem I am having is when someone clicks Send, I need it to go to the email address that's in the code. What do I add to the form code, to make it work.
Am not sure about the code what to add... but design it with webdesigner and it would show you the needed codes..! Also you can try with PHP to create contact pages..! Understand PHP would be secure as far as something else would be discovered..! If you dont know PHP and want me to do it, Then PM me.. i can help you..!
You need to use a PHP page. For example, let's say that now you have contact.html. Then create send.php and make contact.html send the form to this page. Here is an example of a code that you could use to send the email: