I am attempting to add reCaptcha (v2) to a form on our episerver site. The reCaptcha is throwing console errors when deployed to production.
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/EPiServerFormsSamples.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/RecaptchaElementBlock.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/DateTimeElementBlock.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/datetimepicker.modified.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/jquery-ui.modified.js:1 Failed to load resource: the server responded with a status of 403 ()
Hi
I am attempting to add reCaptcha (v2) to a form on our episerver site. The reCaptcha is throwing console errors when deployed to production.
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/EPiServerFormsSamples.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/RecaptchaElementBlock.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/DateTimeElementBlock.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/datetimepicker.modified.js:1 Failed to load resource: the server responded with a status of 403 ()
/util/EPiServer.Forms.Samples/ClientResources/ViewMode/jquery-ui.modified.js:1 Failed to load resource: the server responded with a status of 403 ()
Any suggestions?
Thanks in advance!