# Amelia Integration

HandL UTM Grabber / Tracker  
How to collect and track UTM variables via Amelia step by step

# Track UTMs in Amelia Booking

Make sure you create custom fields and embed them in your booking form. They must match to our naming convention here [Native WP Shortcodes](https://docs.utmgrabber.com/books/102-getting-started-for-handl-utm-grabber-v3/page/native-wp-shortcodes).

To hide the fields, use the following CSS rule:

Depending on the number of field you'd like to hide, change the number in the paranthesis. In our example, it is set for 4

```
.el-form-item.el-form-item--default.am-fs__info-form__item:nth-last-child(-n+4) {
    display: none !important;
}

```

There is no other setup required for this to work :)