Document Upload

The Checkin.com Framework has a component to allow for users to upload documents. Depending on your specific needs, it can be configured to allow only specific file formats and to have a maximum file size.

Before triggering the Checkin.com module, you need to specify the URL where you want the document to be uploaded to. This is done using the data-regily-document-upload-url attribute and it should be set where your Checkin.com script is loaded.

By default, the document data returned on a completed registration will be a string with the URL where you can find the uploaded the file.

๐Ÿ“˜

Do you want to use the document upload functionality?

Reach out to us at [email protected] and we will enable it for you

<script src="https://[partner].regily.com/[key].js" 
data-regily-document-upload-url="https://yoursite.com/uploadEndpoint" async></script>