If your forms are attached dynamically or asynchronously, you have two ways to handle this.

Update via Mapp Intelligence tag

You can add the Mapp Intelligence tag again, this time with the 'event' setting. Under 'form tracking', you'll find the checkbox 'Update Forms'. If you check this, Mapp Intelligence will crawl again for form elements or elements that you defined with a CSS selector.

Handle form submission manually

The second option is to handle the submission of forms manually with a Smartpixel method.

All you need to do then is to execute this method:

wtSmart.extension.form.add(formElement)
JS

Even with manual submission and automatic form recognition deactivated, you can still do additional configurations via the Mapp Intelligence GTM template.