Send input from client as array of objects
Hi,
I'm developing an application with lots of repeated information from the client like
firstName1 firstName2 firstName3
lastName1 lastName2 lastName3
address1 addrress2 address3
city1 city2 city3
state1 state2 state3
zip1 zip2 zip3
and much more like date of birth, employer, etc.
I'm using form method=post.
Is it possible to receive this in my cfc method as an array of objects, or maybe just an array for each field? It would certainly make my life easier!
If yes could you please provide an example?
Thanks!
