Hello

I want to create an auto redirect for contact form confirmation page so it take the visitor back to the Home page after 5 seconds. As far as I can tell the only way to do this is with a

<meta http-equiv="refresh" content="5;url=nameofpage.htm">

in the page Head, is there a built-in method of doing this?