How to configure dynamic success pages?
-
Navigate to Network -> Captive Portals -> Your Captive Portal -> Authentication providers.
-
Click the edit icon next to the authentication provider's name.
Navigate to Network -> Captive Portals -> Your Captive Portal -> Authentication providers.
Click the edit icon next to the authentication provider's name.
All you need to do is add a new hidden <input /> tag to your authentication provider's form.
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.