Hello! I am trying to figure out a way to create a page that hosts a public form. I want not to show the menu and not allow the user to navigate to any other part of the app. The page will also need to pull query parameters from the URL to validate whether they can complete the form.
The use case:
We want to create redemption pages for recipients of orders to provide their address information. The orders will be created by an admin/manager user and then links generated (public page URL with the query parameter tied to the order).
Is this possible? I cant seem to figure out how to remove the menu (Javascript maybe?) and make sure the entire app except for certain pages is public.