Hi
What’s the best approach if you need the functionality of several custom
form builders to create a single form?
Example: You want to create a form using the labelling_form_helper
plugin and at the same time your own custom form builder enhancements
such as text_field_with_translation.
With “:builder =>” I can create a form using either of them, but how
about both?
Big thanks for your hints, -sven