1.2.3 • Published 2 years ago

@checkin.no/event-registration v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Event registration

A wrapper around Checkin's event registration form embed script.

  • Makes it easy to load event registration form wherever and whenever you want to
  • Pre-fill the registration form with participant and order contact data
  • More is coming soon!

https://www.checkin.no/ \ https://www.checkin.no/signup

Trying the examples

After pulling repository

npm install
npm run build

\ See an example of how to load registration form here

npm run example-form-load-start

\ If you want to pre-populate participant and order contact data, \ you can see an example of how to do that here

npm run example-form-pre_fill-start

Usage

npm package

npm install @checkin.no/event-registration

Showing the registration form

import { getEventRegistrationForm } from '@checkin.no/event-registration';

//Create registration form instance
const eventRegistrationForm = getEventRegistrationForm(<your-event-id>);

//Will mount registration form in the div with id "checkin_registration"
eventRegistrationForm.initRegistrationForm();

Connect crm property to participant linked to the order contact

eventRegistrationForm.setCrmProperty({
    propertKey: '<crm-property-key>',
    propertyValue: '<crm-property-value>',
    context: 'orderContactParticipant'
});
1.2.0

2 years ago

1.1.9

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago