Getting data from inputs that I generate using python code at runtime

Hello everyone,

I have a dash app, and I generate survey fields from a JSON file using python at runtime, a user uploads a JSON file with the questions and type of the response and I turn them into dash inputs (input, radioItem, …) and a submit button.
The problem is how do I get data from this generated survey using dash callbacks?

Thanks.