I have the same issue with saving the forminator webhook integrations. I have tried uninstalling all plugins but forminator to no avail. I have disabled all caching etc. and emptied browser cache.
When saving the
“Set Up Webhook
Give your webhook integration a name and add the webhook URL.”
The result is:
“Active Apps
You are not sending this module’s data to any third party apps. You can activate any of the connected apps below and start sending this module’s data to them.”
I have noted following error in the console:
A form field element should have an id or name attribute
A form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling the form.
To fix this issue, add a unique id or name attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.
1 resource
Violating node
Learn more: The form input element
An element doesn’t have an autocomplete attribute
A form field has an id or name attribute that the browser’s autofill recognizes. However, it doesn’t have an autocomplete attribute assigned. This might prevent the browser from correctly autofilling the form.
To fix this issue, provide an autocomplete attribute.
6 resources
Learn more: HTML attribute: autocomplete
No label associated with a form field
A isn’t associated with a form field.
To fix this issue, nest the in the or provide a for attribute on the that matches a form field id.
Generally my forminator forms work fine on my setup and just webhook integration does not save.