There is a web application in PHP in which the user can create forms himself using a constructor.
With the preservation of information about forms (i.e., information about inputs, selections, and other elements that the form contains), there were no problems. There are two signs - one stores the form, the other form elements.
But there is another problem - how to store data stored using these forms? All this data in one table?