I'm using the gform_field_input hook to dynamically generate field elements, and that works.
But I'm generating multiple fields and I need to use a name array (name="foo[]") for my values. So far I'm stuck. I tried "input_$field['id']" which works but as an array, "input_$field['id'][]" does not work.
I noticed the List fields use name arrays (input_$field['id'][]), so how can I get them to submit and show up in the entry list?
Any help appreciated. Thanks.