You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this function is located in the App_Plugins\UmbracoForms\Assets\themes\default\umbracoforms.js file that's used on the front-end. I don't know about the official browser support for that, only that IE isn't supported for the back-office.
We can add the missing semicolon, but it might also be caused by the async function, as that's not supported on IE: https://caniuse.com/async-functions
I know IE is going out of support but unfortunately a lot of users out there still use it.
IE is reporting a missing semi colon in this function I assume at the end of the return statement:
The text was updated successfully, but these errors were encountered: