nothing more, also I forgot to close the form tag in the html file. All the submit button needs is two attributes (more if using javascripts or DHTML scripting) the type (submit) and the value (Click here to Send!). After the submit button, if you do not have any other for items, you should close the form tag by adding </form> at the end. I forgot to do so in the example above, due to the fact that I just typed that up.
