laravel-form-builder icon indicating copy to clipboard operation
laravel-form-builder copied to clipboard

Outputting the collection prototype within a custom template

Open DanWatsonPBP opened this issue 8 years ago • 1 comments

Hi,

I'm creating a custom template for a collection type, in order to create a bootstrap tabbed layout for my collection forms.

Could anyone assist in finding out how to output the prototype() from within the template itself?

Many thanks.

EDIT: I think I've realised I may be being a bit silly as I don't think this will be possible. If the prototype is created when building the form, then it can't be used in the template.

DanWatsonPBP avatar Feb 13 '17 16:02 DanWatsonPBP

@DanWatsonPBP check this issue, it will maybe help you https://github.com/kristijanhusak/laravel-form-builder/issues/332

kristijanhusak avatar Mar 05 '17 17:03 kristijanhusak