Drop a QR code straight into your own web form. Your users scan it with their phone, scan the barcode on the back of their driver's license, and your form fills itself. There's no app to install, no account to create, and nothing to set up on their end.
You add one snippet. Everything the user needs happens on their own phone, in their browser.
Add our script and a publishable key to your form. A pairing QR renders right where you place it.
Your user points their phone camera at the QR and a lightweight scanner opens, with no download and no login.
They scan the barcode on the back of their driver's license.
Name, address, date of birth and more drop into your fields instantly, accurate and with no typing.
Put a container where you want the QR, load the script, and mount it with your publishable key.
<!-- 1. A spot in your form for the scan QR --> <div id="elephruit-scan" data-key="pk_live_YOUR_KEY"></div> <!-- 2. Load the widget --> <script src="https://elephruit.com/elephruit.js"></script> <!-- 3. Mount it --> <script> Elephruit.mount('#elephruit-scan', { autofill: true, // fill matching fields on this page onFill: (record) => { // record.firstName, record.lastName, record.dateOfBirth, // record.address1, record.city, record.state, record.postalCode … console.log(record); }, }); </script>
Email mike@elephruit.com with a few details on what you're building and why you'd like to join the developer program. We'll review it and set you up with access.
Email mike@elephruit.com