Can a parameter be added to allow redirection to the target page to be turned off on a form by form basis?
There are forms I want users to complete without pushing the user to a page full of other form responses.
Adding "noredirect" as a parameter in the page mod syntax would allow this to happen, just staying on the same page.
this is discussed here https://forum.dokuwiki.org/d/23009-collecting-results-from-a-bureaucracy-form-anonymously/5 including a hard coded workaround
Alternatively It would be nice to have redirectto= as a parameter
where page ID could be _self, _target or a relative or absolute pagename to redirect to.
_self would stay on the same page
_target would be the current process of redirecting to the target page
or a user specified page to redirect to
Can a parameter be added to allow redirection to the target page to be turned off on a form by form basis?
There are forms I want users to complete without pushing the user to a page full of other form responses.
Adding "noredirect" as a parameter in the page mod syntax would allow this to happen, just staying on the same page.
this is discussed here https://forum.dokuwiki.org/d/23009-collecting-results-from-a-bureaucracy-form-anonymously/5 including a hard coded workaround
Alternatively It would be nice to have redirectto= as a parameter
where page ID could be _self, _target or a relative or absolute pagename to redirect to.
_self would stay on the same page
_target would be the current process of redirecting to the target page
or a user specified page to redirect to