Forum Moderators: open
I have an e-mail address that I've planned to recieve the e-mails if that's what you meant (I'm pretty new to web-designing/building), though from how it sounds (in your post)like I do need to link it to an e-mail so it will send.
Ideally I would like to redirect to the home page after the submition, but I figure I need to get the basics first.
So, what would I do next? If need be, how would I link the 'Submit' button to an e-mail?
Generally a clean form would look something like this...
<form action="contact.php" method="post">
<fieldset>
<label for="custom"></label><input name="custom" type="text" value="" />
<input type="submit" value="Send" />
</fieldset>
</form>
Besides any normal inputs you may want to clean up the form and ensure your page validates.
Beyond that it is most likely an error with the script. If that is the case you'll need to post a new thread in the appropriate forum (such as PHP, Perl, ASP, etceteras).
In any case you will most likely need to post some code otherwise it's just a blind guessing game.
John