Redirect Form Plugin
App page redirects must be in the following formats:
- brixyapp/list/LISTID - redirect to list data;
- brixyapp/form/FORMID/add - redirect to add new record to some form;
- brixyapp/form/FORMID/edit/ROWID - redirect to edit some record from some form;
- brixyapp/form/FORMID/view/ROWID - redirect to view some record from some form;
- or use friendly URLs.
If encrypt is enabled, then LISTID, FORMID and ROWID will be crypted automatically.
If the link is to the main domain, you don't need to add it. Instead of https://domain.com/users/add, just type users/add.
---------------
Important: Friendly URLs work if they are added as menu items.
If Convert to Friendly URL is enabled and the URL entered contains brixyapp and there is a friendly URL menu item that leads to that URL, then redirect_to will be automatically converted to a friendly URL.
To redirect to non-app pages, you must enter the full URL with its protocol: https://non-app-page.com.
---------------
You can use placeholders in format: {dbCONNECTION_ID__tablename___elementname}