I have a webpage that allows users to insert form input objects with a label. When they add a new object, I automatically add it to a table with two columns, the left column is the label and the right is the form control.
I want to give the user more control over how the page is laid out. I was wondering if there are any examples, templates or suggestions that will help me with this. The only example I found is in Liferay, where you can select various layout templates and then put the portlets on this page according to the layouts and the order.
Update:
I would like to keep the layout they create.
I have already preserved the form. HTML is not saved, I generate it on the fly when the form is requested. I would also like to keep the layout of the form.
I'm not looking for anything too detailed. Mostly just thoughts and suggestions.
thanks
Allan source share