<aside> 💡 This autofill rule will map the fields on the auth.ticketmaster pages.
</aside>
url=https://auth.ticketmaster.com
name="phoneNumber"; phoneNumberLocal
name="otp"; emailCode
type="checkbox"; true
type="tel"; phoneNumberLocal
The emailcode and the smscode field on TM have an identical format, so the autofill system is not able to distinguish between the two fields. To be able to differentiate between the two when it is needed you will need to use profile field swapping so you can dynamically select which code gets used. Below are the steps on how to do this:

