10 Jan
2008
10 Jan
'08
3:49 p.m.
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