redirect from browse form to edit form dep on userid or grp
Posted: Mon Dec 31, 2018 8:45 am
I have a few edit forms, and I have copies of all of them that are modified for mobile viewing. The browse forms are good enough to use in either case.
I would like to be able to redirect the user to the appropriate edit form based on their userid or group. Ie: browseForm.redirectTo = user.group == "mobile users" ? mobileEditForm : desktopEditForm
But I can't find a way of doing this. Is it possible?
I would like to be able to redirect the user to the appropriate edit form based on their userid or group. Ie: browseForm.redirectTo = user.group == "mobile users" ? mobileEditForm : desktopEditForm
But I can't find a way of doing this. Is it possible?