Open frenzyk opened 7 years ago
I had these requests before, but i still do not agree to add them.
This package will not magically print everything with one form()
method, at least it cannot cover all use cases.
If you need to add some static html to the page, just split the form with the form helpers, and add the static html in between. More info here. http://kristijanhusak.github.io/laravel-form-builder/form/viewhelpers.html
It would be great to have plain HTML field. For example to generate headers. Now I have to do such hack:
Nothe that without headerCounter there will be Field [header] already exists in the form InvalidArgumentException. Assume some internal name iterator for such things or some flag with condition, like this: vendor/kris/laravel-form-builder/src/Kris/LaravelFormBuilder/Form.php:218
Also sometime I feel great need for wrapping groups of elements (for horisontal aligment or to make tabs, for example). Assume some similar to routes grouping logic. Although I know it hard to implement=( For now I have to use custom fields to generate close/open tag