How do I avoid RecursionError when manually binding FormFields?
I am trying to set a dynamic form on the fly from JSON data, using Flask-WTF. It doesn’t matter here, but for context the form is made of multiple fieldsets, populated with different field types depending on the content of the JSON, which is why I use FormFields.