Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- </head>
- <body>
- <title> Contact us! </title>
- <form action="phpScriptToRun" method = "POST">
- Name: <input type="text" name="name"> <br>
- Email: <input type="email" name="email"> <br>
- <p>Message: </p>
- <textarea rows=5 cols=20>Enter your message here</textarea> <br>
- <input type="submit" name="submit" value="Send">
- </form>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement