can anyone point me in the right direction for how to set up my backend table/db structure so that i can have users create their own questionnaire forms that they can send out to people and have their inputs recorded in the db?
i guess mainly my issue is, how to set up the most efficient table structure so that one user might create a form with 10 fields (some of which are simple text others are dropdown options, etc.) and other users will have only 3 fields (all of which might be text only for example).
thanks!