Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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.