grav-plugin-form icon indicating copy to clipboard operation
grav-plugin-form copied to clipboard

Add `list` field type (available in blueprints) to frontend forms

Open hughbris opened this issue 3 years ago • 0 comments

My use case is that I am requesting a set of name and date-of-birth pairs, so an Array type field won't suffice.

I've tried to hack this up based on the Admin field (advised by @w00fz a while back), but my JS foo and tooling is pre ES6 and I'm lost.

Currently I've resorted to repeating four pairs of these fields in columns. It's not pretty code or UX.

This seems like an essential in the toolbox for those of us who develop medium to complex public forms regularly.

hughbris avatar Jan 12 '22 01:01 hughbris