Hello,
I'm trying to install the EPiServer.Forms.Samples package in order to use Google reCAPTCHA. However when I add the form element to a form and try to load the page, several of the resources needed to render the reCAPTCHA element return a 404:
http://localhost/util/EPiServer.Forms.Samples/ClientResources/ViewMode/jquery-ui.min.css net::ERR_ABORTED 404 (Not Found)
http://localhost/util/EPiServer.Forms.Samples/ClientResources/ViewMode/EPiServerFormsSamples.js net::ERR_ABORTED 404 (Not Found)
http://localhost/util/EPiServer.Forms.Samples/ClientResources/ViewMode/RecaptchaElementBlock.js net::ERR_ABORTED 404 (Not Found)
http://localhost/util/EPiServer.Forms.Samples/ClientResources/ViewMode/EPiServerFormsSamples.css net::ERR_ABORTED 404 (Not Found)
http://localhost/util/EPiServer.Forms.Samples/ClientResources/ViewMode/jquery-ui.modified.js net::ERR_ABORTED 404 (Not Found)
http://localhost/util/EPiServer.Forms.Samples/ClientResources/ViewMode/jquery-ui.structure.min.css net::ERR_ABORTED 404 (Not Found)
http://localhost/util/EPiServer.Forms.Samples/ClientResources/ViewMode/jquery-ui.theme.min.css net::ERR_ABORTED 404 (Not Found)
I found a similar thread (https://world.episerver.com/forum/developer-forum/episerver-forms/thread-container/2018/4/episerver-forms-samples-clientresources-returning-404/#190210), but this guys solution doesn't seem to work for me.
Any help or direction would be greatly appreciated.