angular-dynamic-forms
angular-dynamic-forms copied to clipboard
Adding entries into custom class
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.
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.