Use $$Return to Redirect Web User to a Web Page

Mindwatering Incorporated

Author: Tripp W Black

Created: 06/24/2008 at 08:28 PM

 

Category:
Notes Developer Tips
Formulas

Instead of coding the $$Return, you can instead redirect the user to a custom confirmation page (or error page as desired).
Simply build the relative URL and add a leading and trailing square brackets:

"[/" + @WebDbName + "/SomeForm?OpenForm]"

if you want to do it internally where the URL doesn't redirect from the web user's point of view, do double brackets:

"[[/" + @WebDbName + "/SomeForm?OpenForm]]"

previous page