Signup & Referral
This page lets you manually test the signup + referral system outside the popup, and verify that a referral ID is created and stored on your device. It uses the same event payload as the one-time signup modal.
- Fill in your details and (optionally) a friend’s referral code.
- On submit, the page sends a
signupevent to OpenMarket Global and stores your own referral ID locally. - Below the form you will see your saved signup data and a ready-made
referral link you can share (with
?ref=YOURCODE).
1. Sign up (test form)
2. Local referral status (this device)
This reads from localStorage["omg_signup"] and omg_session_v1 in your browser.
It does not read directly from Google Sheets, but the payload sent to the server is the same.
Saved name: —
Saved email: —
Organization: —
Country: —
City: —
Your referral ID on this device: —
You were referred by: —
Signup stored at: —
This device sessionId: —
Your referral link
Share this link with others. When they open it, the ?ref=YOURCODE parameter will
auto-fill their referral field (in the popup or on this page) and will be recorded in Google Sheets.