Submission Behavior – inline message not showing
-
Hi
I am using a test form to verify why my inline messages are not showing (the redirect works):
Issue:
The Forminator form calculates the sum of two input fields correctly, but the inline message with the result doesn’t display after the form is submitted.Debugging steps tried:
1. Verified form settings: AJAX submission was enabled, and the inline message was configured.
2. Custom JavaScript was added to intercept form submissions and display results.
3. Checked for field attribute issues (ID, name, autocomplete).
4. Attempted to isolate the form from theme and plugin conflicts.
5. Simplified the JavaScript to test basic form submission and calculation retrieval.
6. Checked browser console for errors, particularly related to form submission.
7. I attempted to view the Network tab responses for the form submission details. Could not.
8. All plugins were deactivated, and the theme changed to the default at the time of testing.
Key observations:
– The calculation works correctly in the form’s hidden calculation field.
– Custom JavaScript can retrieve the calculated value.
– The inline message from Forminator is not displaying as expected.Next steps for the developer:
1. Investigate why Forminator’s AJAX submission is not triggering the inline message display.
2. Verify the server-side processing of the form submission in Forminator.
3. Consider debugging the form submission process within Forminator’s core code.`The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.