Locate & Set Up the Login page Redirect Script

1 min. readlast update: 09.11.2026

Here is a step-by-step guide for your knowledge base on locating, configuring, and safely deploying the login page redirect script:

  1. Navigate to Scripts In your Obvio event dashboard, go to the left-hand navigation menu, click Design, and select Scripts.
  2. Create or Open the Script Entry Click Add Script to create a new entry (or click on your existing redirect script to edit it). Give it a descriptive title such as Login Redirect to Signup.
  3. Add the Redirection Snippet In the script body field, enter the standard JavaScript redirect code: window.location.replace("/signup")

(Alternatively, you can use the full sign-up URL: window.location.replace("https://your-event.obv.io/signup").

  1. Target the Login Page Under the script settings, select Add to specific pages and check Login. Click Save.
  2. Safety Rules & Expected Behavior
  • Avoid Infinite Loops: Ensure the script is only applied to the Login page. Applying it globally or to the sign-up/dashboard pages will cause an endless redirect loop and crash the user's browser session.
  • User Flow: When properly targeted, attendees arriving at your root event URL will automatically be forwarded to the sign-up page, bypassing login friction.

 

Was this article helpful?