Model Entity Relationship Dynamic form

0

I created a code where the user is able to drag components and make their own form.

I want to save the data coming from the user but I can not define how many fields it will insert into the database, so I can not create the fields in the table since I do not know what the number of elements is created.Exemplifying: If I have 2 fields of text in my html like (email) and (name) soon, in my DB table I will have the fields that store these two data.In my problem I have no way to define these fields in DB because I do not know how many elements the user can create on the form. In the link my form has Disable property using Draggable jquery UI and javascript

    
asked by anonymous 19.11.2017 / 00:31

0 answers