Table of Contents
Honeypot Field
A hidden form field used to trap bots and prevent spam registrations. In Goldcast, you can add an extra email field (or any field) to your registration form and mark it hidden; bots will usually fill it out while genuine attendees won’t see it. You then set a validation rule that the field must remain empty (using a regular expression like ^$
for “no content”). Submissions with any text in this honeypot field are assumed to be from bots and can be blocked or filtered out. Example: A hidden “Email” field is added to the form with validation that fails if anything is entered. A bot that auto-fills that field will be caught and prevented from registering, while human users proceed normally.
Hybrid Event
An event type that allows simultaneous participation both online and in-person, designed for greater flexibility and reach.
Hub Builder (Page Builder)
The drag-and-drop interface for designing hub pages. It provides blocks for videos, events, text, CTAs, and more.
Hub Page
A public-facing page (often branded for your organization) that lists upcoming and/or on-demand Goldcast events. The hub page acts as an event directory for attendees. Organizers can choose to publish events or child events (from a series or repeating event) on the hub page so that potential registrants can browse and select events of interest. Example: Your company’s Goldcast hub page might display all events in a webinar series separately, allowing viewers to click on the ones they want to register for.