Use Pre-collected Data

If you are already collecting some user data before you trigger your sign-up flow, you can send this data to the Checkin.com module. This information will be displayed as pre-filled data and can also be used to perform further data enrichment.

The most common use case is to pass an email address which was collected in an earlier stage.

<html data-regily-known-data="{ 
  "credentials": {
    "email":"[email protected]"
   }
}">
document.documentElement.dataset.regilyKnownData = '{"credentials":"email":"[email protected]"}}'
window.checkin.dataFlow.setKnownData({credentials: {email: '[email protected]'}})

๐Ÿ“˜

Do you pre-collect more than just the email?

Reach out to [email protected] and we will help you out.