So I've got two questions.
1. I would like to have this script to work so that if you fill in the form. And press send it'd send it straight to me
2. I want my button linked to a website.
----------------------------------------------------------------------------
HTML | <form action="MAILTO:xxxx@xxxx - Correct mail - ETJXe3nh - Pastebin.com
This is the way how I found to send simple things to me. And it works.
----------------------------------------------------------------------------
This is the script where I want to add the "send" "reset" button. So everyone who fills in the form can send it to me(Site isnt public, never will.)
if you find anything that's wrong, feel free to post it
HTML | <form> First name: <input ty - Correct mail - 7jVj68MP - Pastebin.com
--------------------------------------------------------------------------
This is the script of a button >.<
BUT! I want the button to be linked to a website. E.g: When I click the button it brings me to youtube or something.
(I know I should post it in pastebin, But didnt see the need for this small and basic HTML code)
This is what I thought I should do. Unfortunatly. It failed.HTML Code:form action="http://www.youtube.com/"> <input type="button" value="clicky clicky">