Ok here is my stump the dogg question which I hope you really can help me because its not really a bogus question but one that has me banging my head against the wall.
So I am the webmaster for my office website and have been for the last few years. Ok my one contact form on it when they fill out the info it takes them to a page on the webhosting site that says this:
The following form submission was sent.
Name: test5
E-Mail: test5
Phone: test5
Subject: test5
Comments/Questions:test5
Submit: Submit
_submit_check: 1
to which then sends me a email with the info mailed out. Here is the thing after they hit "submit" I would like it to redirect them back to the home page or a page I create that says "thank you for submitting ...yada yada yada" . So how do I do this? Is there a way to add a redirect command into the submit button?
Here is my coding for my button:
<td colspan=1 height=33></td>
<td colspan=4 height=33></td>
<td colspan=6 rowspan=1 width=83><input name="Submit" type="submit" value="Submit" />
<input type="hidden" name="_submit_check" value="1"/>
</form>
I'll PM you dogg my web URL - sorry can't post it here (privacy and all). Help............

