Dear Customers,
We would like to update you about a new improvement done on the IBE's booking process.
Frequent passengers will be able to auto-fill their details using their membership number and email address only.
On the passenger details page, if a passenger is an FF program member, he will need to enter his membership number and email address on the required fields and click the "Load" icon:
After clicking the load button, all the relevant customer details will be automatically added to the relevant fields and the member will be able to continue his booking process with ease.
You can change this icon directly from your GTM (Google Tag Manager) account using the following code:
<script>
$('.fflogin i').replaceWith('<i class="CLASS TO REPLACE"></i>')
</script>
You will need to check for the most suitable icon(class) from Fontawesome.com
Comments