How to configure dynamic success pages?

How to configure dynamic success pages?

All you need to do is add a new hidden <input> tag to your authentication provider's form.

1. Navigate to Network -> Captive Portals -> Your Captive Portal -> Authentication providers.

2. Click the edit icon next to the authentication provider's name.

3. Paste the code below just before the ending </form> tag. For example, if we want to redirect the user to www.google.com, the value of the <input> tag will be www.google.com.

<input type="text"  name="success_page" id="success_page" value="www.google.com" hidden/>

 

    • Related Articles

    • How to configure dynamic success pages?

      All you need to do is add a new hidden <input> tag to your authentication provider's form. 1. Navigate to Network -> Captive Portals -> Your Captive Portal -> Authentication providers. 2. Click the edit icon next to the authentication provider's ...
    • Portal Pages

      Portal pages are displayed to the users in different authorization phases. Pages can be customized to match the Company design by clicking the Edit button in each row. You can also refer to files uploaded via the File Manager. To restore the default ...
    • How can I configure my access points?

      To configure your access point, navigate to networks -> captive portals -> your captive portal -> Instructions (open webpage).
    • How can I configure my access points?

      To configure your access point, navigate to networks -> captive portals -> your captive portal -> Instructions (open webpage).
    • Captive Portals

      Name – Give your Captive Portal a name Description – Provide a description to your Captive Portal Network – The network that this Captive Portal belongs to. These Network's RADIUS servers will authenticate any access requests processed by this ...