Redirects
You can also trigger different kinds of redirects utilizing the Responder.
Redirects
Reload current page
This will reload the current URL.
Redirect page
This will redirect to specified URL.
OK Reload modal
This will reload the current URL when the user clicks a OK button in a modal with message.
OK redirect modal
This will redirect to specified URL when the user clicks a OK button in a modal with message.
Confirm Reload modal
Will reload the page if the user clicks a OK button in a modal with message. If user clicks "Cancel" button then it will do nothing.
Confirm redirect modal
Will redirect the page to specified URL if the user clicks a OK button in a modal with message. If user clicks "Cancel" button then it will do nothing.
Last updated