Now, you know how to view booking metadata on the admin panel. You can similarly display these data in the notifications in order for your customers to keep a written record.
- Go to “Booking Activities” menu, “Settings” submenu
- Go to “Notifications” tab
- Click on the desired notification
Note: If you have added an “email”-type field in your booking forms, you can select it in the “Additional recipients (custom fields)” option so that this notification will also be sent to the email addresses provided by the customer. The custom field type must be “Email”.
At least two new tags appeared in the available tags list: {custom_fields} and {participants}. Then, you will find a new tag per custom field: {field_field_name}
- Write
{custom_fields}in your notification body to display the list of the reservation custom fields values - Write
{participants}in your notification body to display the list of the reservation custom fields values for each participant - Write
{field_field_name}in your notification body to display the reservation custom field value only
| Tags | Displayed value | ||||||
|---|---|---|---|---|---|---|---|
{custom_fields} |
|
||||||
{participants} |
|||||||
{field_field_name} |
Field value only |
