November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Niels,
I had the same issue previously. The solution is in this blog post:
Episerver Forms – Cannot set property ‘$workingForm’ of undefined – nicolaayan.com
Thanks
I having the same exact issue. The script tags are not asyc. Also I want to add that all html related to the script tag is automatically added when the user is adding a form.
Any updates on this?
Hi Mauro, in my case, the issue was a reserved class name I was using on my .js template file, I was using EPIServerForms css class name. Changing that fixed my issues.
Hi in my case, the issue was a reserved class name I was using on my .js template file, I was using EPIServerForms css class name. Changing that fixed my issues.
Hi there!
An update on our side. We are using Vue.js on the FE, and accidentally, the ContentArea that holds the form was moved into the Vue.js component. And because of that, the Form was not available at the time the JS were loaded.
Making sure the ContentArea was rendered on the server side (outside Vue.js) solved it.
Hi all,
I am getting the following javascript error when viewing a page containing an episerver forms form:
Not a single script is also loaded asynchronously.
I just upgraded to the newest episerver forms version (4.30.3) and also this doesn't fix the issue.
Any guidance on how to fix this?
Thanks!