Hello there,
Currently i'm using a json file, depend on that json survey will appear properly. But now i want to show it a DnD survey form.
demo
I'm following above demo but it's not showing properly i my nextjs project. when i simply paste exact code it shows me double form of the same field (first one is not moveable, second one is like exact example). for that double form is a hassle, other that might be okay i'm exploring.
Currently I'm doing:
creating a JSON file and from that JSON file survey form will appear.
Now i want to:
Select fields according to i want using DnD and also condition based fields will appear.
How can i do that? Can you please tell me about it or give me some suggestions (is it possible or not).