FormTracking tag tracking all events

Hi ,

I am using below code for Form Tracking only for submit form.
window.splow(‘enableFormTracking’, { options: { events: [‘submit_form’] },});

But it is still tracking all events including focus_form and change_form.

I want to track only submit_form.