angular-dynamic-forms icon indicating copy to clipboard operation
angular-dynamic-forms copied to clipboard

Adding entries into custom class

Open aritraghosh opened this issue 9 years ago • 1 comments

Is it possible to add the form entries into a custom class. For example, I have a form body class (which is styled separately) and form footer class. the entries appear after the footer class.

aritraghosh avatar Oct 04 '16 10:10 aritraghosh

You'll have to add your dynForms element as the form body. You can do this by making it a subform of your styled form.

danhunsaker avatar Oct 04 '16 11:10 danhunsaker