Before You Start
Cvent Readiness
- Contact Cvent Support to ensure that the Code Snippets feature is enabled for your account.
InGo Readiness
Please familiarise yourself with the following basic InGo processes:
- Creating events in InGo Admin
- InGo Widget placement requirements
- General installation procedure (demo install)
- Testing your InGo Event - Checklist
Create / Update Event Campaign
From Create Event (Edit Event Details or existing events):
- Select Cvent from "Registration Platform" list
- Add the eCode for your event (Where can I find the eCode?)
- Add the website domain for your event (Where can I find the Cvent website domain?)
Embed Widgets
Login Widget
Embed the Login widget ( on all event landing pages; can be in Cvent or in an external website or CMS.
For Cvent langing pages:
- Use Cvent Code Snippets to embed the Login Widget
- Remove all other Cvent "Register Now" butttons
- Remove the Register Now button from the header template (How do I remove the Register button?)
- Use the Login Widget template below, replacing the placeholders with
- the unique ID for your event (Attendee registration path)
- the redirect URL (URL for the first registration page)
-
<script src="https://cdn.ingo.me/widgets/##-LOGIN-WIDGET-UNIQUE-ID-##.js" data-ingo-breakout="true" data-ingo-manual="##-REDIRECT-URL-##"></script>
- To maintain query string values, add the code from this article
Registration Widget
The registration widget is not required for Cvent events. The "autofill" feature is taken care by our integration.
Social & Confirmation Widget
Use Cvent Code Snippets to embed a Social Widget and Confirmation Widget to your Confirmation Page and each Post-Registration page (e.g. Pending Approval).
- Embed the Social Widget script code from InGo Admin
- EmBed the Confirmation Widget using the following template
- replace the placeholder with the Confirmation Widget ID
<script src="https://cdn.ingo.me/widgets/##-CONFIRMATION-WIDGET-UNIQUE-ID-##.js"
data-ingo-attendee.email="{[C-EMAIL]}"
data-ingo-attendee.first-name="{[C-FIRST NAME]}"
data-ingo-attendee.last-name="{[C-LAST NAME]}"
data-ingo-attendee.company="{[C-COMPANY]}"
data-ingo-attendee.title="{[C-TITLE]}"
data-ingo-attendee.external-registration-id="{[C-Last Transaction ID]}"
></script>
<script src="https://cdn.ingo.me/widgets/##-SOCIAL-WIDGET-UNIQUE-ID-##.js"></script>
Finally, Test Your Event
InGo requires testing of all events prior to launch using this process. Contact support@ingo.me if you have any testing issues that you cannot resolve.