After a user fills in a form and gets a screen showing sending success or failure, I would like to redirect them automatically after a few seconds back to the home page. Can anyone help with that?
I would put a meta refresh inbetween the head tags of the "success or failure" page like this:
<META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.REDIRECTEDPAGE.com/">
It will redirect to the page in "10" seconds. If you are using asp, you can also use Response. Redirect