statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
30 stars 1 forks source link

Group field support for forms #1133

Closed maartenvanhunsel closed 4 months ago

maartenvanhunsel commented 4 months ago

For better grouping and section support it should be nice to use the group field inside forms.

https://github.com/statamic/cms/pull/8836

ryanmitchell commented 4 months ago

You can use \Statamic\Fieldtypes\Group::makeSelectableInForms(); in your AppServiceProvider. (you can do this with any field type not selectable in forms)