Hello Gemini Labs,
I had the same problem as efp31, so I updated the plugin to the 4.5.1 version.
While submitting the form on IE11, the AJAX endpoint now returns:
{"success":false,"data":{"errors":{"rating":["This field is required."],"terms":["This field is required"]},"message":"Please fix the submission errors.","recaptcha":false,"redirect":""}}
Since I only have rating & terms as required fields, I guess the AJAX endpoint doesn’t receive any data… Do you know what could be happening here?