Conversion of ddf form to json. #1497
Unanswered
adityapatil9191
asked this question in
Need help
Replies: 1 comment 1 reply
-
Hey, as JSON is supporting only simple values such as strings, numbers, boolean, you need to make sure that your JSON is containing only these values and then you can easily put the schema on backend. To convert functions, you can use an action mapper - https://www.data-driven-forms.org/mappers/action-mapper Let us know if you have any concrete piece of the schema you want to help with to convert. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey team,
I have a very large complex ddf form with more than 5000 lines and multiple components and conditional rendering.
How do I convert this form to json format so that I can make an APi call for form fetch it from the database.?
Beta Was this translation helpful? Give feedback.
All reactions