AEM SP 3 and Adaptive Form
Since updating to the recent release of Service Pack 3 with AEM Forms 4.1.82 for SP3 on my local and dev instances, I'm having an issue with an adaptive form. Nothing about the form configuration or the page it's included on had changed, but I'm no longer getting redirected to my thank you page.
It still functions correctly on my prod instance which is running SP 2 with CFP 2 and Forms 4.1.64.
I noticed that when you toggle between Show Thank You Message and Show Thank You Page, the options no longer hide or display. I'm getting a JS error in /libs/cq/gui/components/authoring/dialog/clientlibs/all.min.js on line 750 --
(function(d,b,e){var c="rteinstance";
e(b).on("foundation-contentloaded",function(i){var j=e(i.target).hasClass(".richtext-container")?e(i.target):e(i.target).find(".richtext-container");
j.each(function(){var k=e(this).find(".coral-RichText-editable");
if(!k.data(c)){var l=e(this).find("input[type=hidden].coral-Textfield").val();
k.empty().append(l)
}$this.on("keypress","input",function(m){if(m.keyCode===13){m.preventDefault()
}})
});
Is there any way I can fix this myself?