WIDGETS

Embed Our Snippets and Try Our Code

Try our demo code to see how InGo works. InGo has four widgets, all detailed below with short descriptions, suggested placement in your registration flow and code samples below.

Note: do not use this code on your production websites for any actual events. It simply will not work. If you have an actual event using InGo, refer to the documentation sent to you by your InGo Account Manager.

WIDGET PLACEMENT

Embed the widgets in your registration flow as follows.

  • Embed the Login Widget to your registration landing page, or a page that precedes the first form page in your registration flow
  • Embed the Registration Widget on the page that contains the form for personal details capture – first name, last name, email address, job title, company name
  • Embed the Social Widget and the Confirmation Widget on the registration confirmation page.

Important:

  • Install InGo Widgets only at the designated locations
  • Ensure that ALL registration traffic is driven through ALL InGo Widgets

 

1. LOGIN WIDGET - ALLOWS PARTICIPANTS TO OPT IN OR OUT OF A COMMUNITY WITH SOCIAL OR EMAIL.

Place on the start of your Registration between the Body tags. This allows your attendees to register socially for your event.

				
					<script src="https://cdn.ingo.me/widgets/MG33J3I53HG01PKCG3UYURHDUWP3LPU2.js" 
data-ingo-manual="http://www.insert_your_next_page_where_users_should_land.com"></script>
				
			
lw-2-17
lw-2-18

2. REGISTRATION WIDGET - CONTROLS AUTOFILL AND DATA COLLECTION

Place on the same page where your Page 2/Personal Details Page Form resides. This allows your attendees to register socially for your event.

Note: The Autofiller code below will not work on your event since every event form generates different field IDs/parameters. We map these ids/params to your specific autofill widget. If you wish to experience this piece of functionality, you do need a personal demo scheduled. To schedule your own, please contact InGo Support - support@ingo.me

				
					<script src="https://cdn.ingo.me/widgets/BI2KQI0YB232JWPDWEJJHFBLUL4HHCTC.js"></script>

				
			

3. SOCIAL WIDGET - ALLOWS PARTICIPANTS TO SEE WHO ELSE IS PART OF THE COMMUNITY, AND SEND REFERRALS

Place on your Confirmation Page in the Registration flow. This allows your attendees to invite the best of their network and allows InGo to pre-select the most socially-relevant contacts.

				
					<script src="https://cdn.ingo.me/widgets/D888951C590647F4B06785399E59565E.js">
</script>
				
			

4. CONFIRMATION WIDGET - COLLECTS DATA AND SENDS NETWORK REFERRALS

Place on your Confirmation Page. This allows your attendees to be confirmed in your registration platform and in InGo’s reporting.

				
					<script src="https://cdn.ingo.me/widgets/HSJUKXQNJ3DIEYBVSHA4TD0U0MVWY2IE.js"
data-ingo-attendee.email="email_for_registrant"
data-ingo-attendee.first-name="firstname_system_parameter"
data-ingo-attendee.last-name="lastname_system_parameter"
data-ingo-attendee.company="company_name_system_parameter"
data-ingo-attendee.title="title/position_system_parameter"
data-ingo-attendee.external-registration-id="external_registration_ID_parameter">
</script>