Skip to main content
Every event in Orgo can have a public page — a standalone, branded URL that anyone can access without an Orgo account. Share it on social media, embed it on your website, or include it in email campaigns. Visitors see the event details and can register or buy tickets directly. Public event page showing event title, date, location, ticket types with prices and quantity selectors, Continue button, and event description

How it works

When you create a public event, it gets a URL:
https://app.orgo.space/public/event/{event-uuid}
This page is:
  • Accessible without login
  • Mobile-friendly and responsive
  • Optimized for social sharing (Open Graph tags for Facebook, X, LinkedIn)
  • Brandable with your colors and logo

What the page shows

SectionContent
Hero imageYour event’s cover photo — full-width at the top
Title and datesEvent name, start/end times with timezone
LocationPhysical address and/or online meeting link
DescriptionFull rich text description
OrganizerYour organization name and logo
TicketsAvailable ticket types with prices (if ticketing enabled)
Registration formName, email, and any custom fields you’ve configured

Customizing the appearance

When editing an event, access the page settings to match your brand:
SettingWhat it controls
Organization logoShow/hide your logo at the top of the page
Show titleDisplay the event title over the hero image
Hero image cornersSquare, slightly rounded, or fully rounded corners
Accent colorButtons, links, and highlights throughout the page
Button colorThe register/purchase button specifically
Light theme onlyForce light theme even if the visitor uses dark mode — useful for maintaining consistent branding

Registration form customization

Choose which fields to show on the registration form:
FieldShow when
NameAlways (usually required)
EmailAlways (usually required)
PhoneYou need to call or text attendees
OrganisationAttendees come from different companies
Role/TitleProfessional networking events
TownYou want to know where attendees are coming from
LinkedIn / X / InstagramNetworking events where social profiles matter
Additional form controls:
SettingWhat it does
Hide newsletter checkboxRemoves the “subscribe to updates” checkbox — use if you don’t want to grow your mailing list from event registrations
Disable registrationShows event info only, no form — use for past events or announcements
Keep forms short. Every additional field reduces registrations. Only ask for what you’ll actually use — you can always collect more at check-in.

Sharing the event

Social media

Copy the public URL and share it on Facebook, LinkedIn, X, Instagram, etc. The page includes Open Graph meta tags, so platforms show a preview with:
  • Event title
  • Description preview
  • Hero image
  • Event date

Email campaigns

Include the public URL in your newsletters or marketing emails. The link goes directly to the event page with registration.

Website embedding

Embed the registration form on your own website:
<iframe
  src="https://app.orgo.space/public/event/{uuid}?embed=true"
  width="100%"
  height="800"
  frameborder="0">
</iframe>
This shows the event page within your site — visitors don’t leave your domain to register.

QR codes

Generate a QR code from the public URL for posters, flyers, and printed materials. Any QR code generator works — just paste the URL. Once someone registers (and pays, if ticketed), they see a unique QR code on the event page that serves as their ticket. See QR code check-in for details.

Public vs. members-only

SettingWho can seeRegistration
PublicAnyone with the linkGuest checkout — no account needed
Members-onlyOnly logged-in membersRedirects to login, then shows event details
Members-only events still have a URL, but it redirects non-members to the login page. Useful for internal events where you want a shareable link within the organization but not publicly.

Common scenarios

Not natively — event pages are hosted on app.orgo.space. You can embed the page on your website using the iframe approach, which shows the registration form within your domain.
Past public events remain accessible at their URL. Disable registration (toggle “Disable registration”) so the page shows details and photos but no form. This turns it into a record of the event.
Remove optional fields. Name and email are usually enough for registration. Collect additional information at check-in or via a follow-up email after registration.