My gravity form on https://www.valpak.co.uk/contact-us/ doesn’t currently submit are getting this error in the console:
contact-us/:1214 Uncaught TypeError: Cannot read properties of undefined (reading ‘handleButtonClick’) at HTMLInputElement.onclick (contact-us/:1214:222).
This only started happening on the latest update.
Also on a side note to the issue the add new form button has stopped working too in the CMS.
Do you know what the NREUM script in the page source code belongs to? Whatever is adding that script is also injecting HTML and scripts into the Ajax form response, which is preventing the form scripts from parsing the response.
If you aren’t sure what is doing that, you might need to run through a complete conflict test using the steps outlined on this documentation page: Testing for a Theme/Plugin Conflict