FormEngine Troubleshooting for React Forms
Troubleshooting pages are for the moments when the JSON looks right but the form still does not behave the way you expect. Use this section to debug validation, rendering, conditional logic, and framework-specific issues without guessing.Start with common issues
Validation not triggering
Check the most common causes of missing validation feedback and rule execution.
Validation guide
Confirm how validators are declared and executed in FormEngine.
Conditional logic
Debug issues where fields do not show, hide, or update as expected.
Integrations
Check whether the issue is framework-specific.
Debugging mindset
- verify the JSON shape first
- verify the component type and props
- verify validation configuration
- verify rendering and event assumptions
- isolate the smallest reproducible schema
FAQ
Should troubleshooting pages be used before reading the main docs?
Should troubleshooting pages be used before reading the main docs?
They work best when you already know roughly what the form should do and need help narrowing down a failure.
What is the fastest way to debug a problem?
What is the fastest way to debug a problem?
Reduce the schema to the smallest reproducible case and compare it with the closest working example in the docs.
When should I ask for support?
When should I ask for support?
After you isolate the problem enough that you can describe the schema, expected behavior, and actual behavior clearly.
Next steps
Ask the community
Search existing threads or open a focused question.
Open GitHub discussions
Find support channels and next actions.
Review the product docs
Go back to the core concepts if the issue is architectural.