I'm not sure if I should post this thread in this or the Application design forum, hope i'll get it right.
At the moment i am building an application, where users should be able to generate their own custom HTML-Forms. I'm not sure how i should implement this. The first i think of is a database structure like this:
Code: Select all
USER ----> FORM ----> FORM_HAS_ELEMENTS <--- ELEMENTS <--- ELEMENT_VALUE
^
ELEMENT_ORDER
FORM_ANSWERS
Well, as you see i'm totally lost on this.
Hope you'll get the idea of what i want to establish.
Thanks for any replies!