All Collections
Applicant Open Days
Other questions
How do I set up Mobile Entry Pass on a touchpoint? (AOD)
How do I set up Mobile Entry Pass on a touchpoint? (AOD)

The mobile entry pass allows you to send a mobile-friendly barcode to your students in an email touchpoint.

Steph Stevens avatar
Written by Steph Stevens
Updated over a week ago

The Mobile Entry Pass allows you to send a mobile-friendly QR Code to your students in an email touchpoint, either immediately after the Student books or as a reminder the day before your event.

Adding the QR Code

Adding a QR Code to your Touchpoints is simple. Click the miniature QR code button in the content editor, highlighted in Yellow below, and amend the settings. If you want to change the settings, double-click the QR Code to bring the modal back.

  • Size Slider

    This allows you to set the size of your QR Code. QR Codes must always be square and never smaller than 200 x 200px.

  • Background

    • This changes the colour of the QR Code pattern. The palette is drawn from your establishment's brand colours, or you can add by hexadecimal code.

    ❗ We recommend sticking to dark colours; lighter ones may not scan correctly. Always test your chosen colour with an app like Google Lens before setting the Touchpoint live.

  • Details

    This allows you to add or remove the booking details β€” such as the Student's name, event booked, and booking ID β€” in a neat package, as shown highlighted in red above. "Show" will bring these details in; if you don't want to include them or change your mind after adding them, "hide" will remove them.

  • Adding a link back to the Student's Booking

    If you want to add a link so that the Student can get back to their booking, you'll need to find the URL of your booking form. This URL can be found by clicking "booking form" inside your event. This is an example of how the code would look for an NFU form:

    <p><a href="https://crm.student-crm.com/aod/index/MTc2NiMyMDE5">View Your Personal Programme</a></p>

Want a Barcode instead?

To add a standard-style barcode, you'll need to copy the HTML from below into the Source within your Touchpoint:

<p>
<strong>Present this barcode to gain entry</strong>
</p>

<p>
<img alt="Booking Ref:[xxxInvite.booking_refxxx]" src="https://crm.student-crm.com/webservices/barcode/[xxxInvite.booking_refxxx]/200/3/000000/barcode" title="Switch on images to view your fast-track registration barcode" />
</p>

<p>
[xxxStudent.first_namexxx]&nbsp;[xxxStudent.last_namexxx]
<br />Establishmentname Applicant Day (<a href="maplinkhere">map</a>)
<br />[xxxInvite.event_datexxx]
<br />Booking Ref: [xxxInvite.booking_refxxx]
<br /><a href="loginpage">View Your Personal Programme</a>
</p>

You must then follow these critical next steps:

  1. Insert your Establishment name instead of "Establishmentname University"

  2. Find your university on Google maps and replace the map link in "maplinkgoes here"

  3. Change the personal programme link to the correct booking form URL. This URL can be found by clicking "booking form" inside your event, and should look like this NFU example: "https://crm.student-crm.com/aod/index/MTc2NiMyMDE5".

  4. Send yourself a preview

  5. Click all the links and make sure they go to the right place.

This will give you a Mobile Entry Pass that looks like this:

Related:

Did this answer your question?