VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

Free and Easy Email Form

This is pretty simple. If you don't want to worry about a bravenet (or other server) account, you can just edit this code and create simple email forms this way. Just update all that is in CAPS.

Change:

  • YOUREMAIL@YOURSERVER.EXTENTION to your email address. (ex: my_email@hotmail.com)
  • YOUR NAME to what your name is.
  • WHAT YOU WANT THE SUBJECT LINE TO SAY to something like "contact form" or whatever you like.
  • http://YOUR WEBSITE URL to your website url. Although I think this does not work anymore since they changed things.

    This is a free server so it has ads. If you want this to open in a new window so your website does not go away, just add target="_blank" to the first part of the code like so:

    Now, if you want a textarea form place for people to write longer entries, use something like this:

    <textarea name="COMMENT" rows="5" cols="22" wrap="virtual"> TALK TO ME... </textarea><br>

    You can put this in place of

    Where it says COMMENT you can change that to anything. See how above it says "visitor_name" in the name field of the imput value that says "Name" ? Well, it's like that. If its about a certain topic, you put that there. Or just leave it comment. Up to you.

    Is this not working for you? Try this, as it is the template provited by the free form server.

    <-back