A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Duplicate of:
https://world.optimizely.com/forum/developer-forum/Forms/thread-container/2022/2/episerverforms-js-doesnt-recognize-successful-submission-response/
The forms frontend js code submits a form via ajax if configured. It determines if the submission is successful by examining the body's json for the property IsSuccessful. However, the encoding is camelCase, so the property is instead named isSuccessful. As a result the success message is not shown.