Gossamer Forum
Home : Products : DBMan : Customization :

Redirect after Record added

Quote Reply
Redirect after Record added
I am trying to find out if I can redirect the Record added page to my index.html page.

When a user adds a record, they are transported to the Record Added page. On this page, I want to add a redirect command to go to my http://www.mywebsite.com/index.html in let's say 3 seconds. Can this be done?
Quote Reply
Re: [jsurfers] Redirect after Record added In reply to
Under html_add_success

Include this between the <HEAD></HEAD> tags:

<META HTTP-EQUIV = REFRESH CONTENT = "0; URL=http://www.yourdomain.com">

Change the 0 (zero) to 3 or so.
Quote Reply
Re: [Watts] Redirect after Record added In reply to
Another winner! Thank you very much Watts! Smile