10 Jan
2008
10 Jan
'08
10:39 p.m.
http://drupal.org/node/48643 ??? huge hug Feijó ----- Original Message ----- From: "David Metzler" <metzlerd@metzlerd.com> To: <development@drupal.org> Sent: Thursday, January 10, 2008 12:49 PM Subject: [development] Forms API and Array
Does anyone know whether FAPI can create repeating input fields of the form:
<input name="myfiled[]"/> <input name="myfield[]"/>
Or some such equivalent. I'd like the stuff returned in a $form_values['myfield'] variable as an array of values
I'm thinking about doing a custom helper function to accomplish this but would love to hear best some ideas about how to approach this.
Dave