I want to create my own e-mail form for my site and I don't quite know if JavaScript or PHP is required. I use my Nintendo Wii to manage my sites so I only can use what my webhost allows. I am using Angelfire for my main site and InvisionPlus for my forums. I'm planning on switching to Xisto for my main site. Well here is my current code. Please tell me what I need to change.
<form action="mailto:EMAIL" method="post"><input type="text" value="From"><br /><input type="text" value="Subject"><br /><textarea cols="5" rows="10" wrap="true">Message</textarea><br /><input type="submit" value="Send"> <input type="reset" value="Reset"></form>