b2bcodext / cms-form-builder

CMS Form Builder is a flexible OroCommerce extension that allows you to easily create forms via UI
Other
8 stars 4 forks source link

Will fieldsets / legend be supported? #5

Open jankulma-turbine opened 3 years ago

jankulma-turbine commented 3 years ago

Hi,

Do you have any plans adding support for form fieldsets? The idea is to be able to organize form for better UX. If not - would you have some suggestions on how to implement it?

Thanks, JK

dnahrebecki commented 3 years ago

Hi @jankulma-turbine there are currently no plans to add it. Since fieldsets are rather template-related than structure-related, that could be done using some kind of the custom options in form fields and then use these options in the template (see cms_form.html.twig). As a reference, have a look at this symfony PR: https://github.com/symfony/symfony/pull/23663