Hi, I try to implement a form for an item that can have several ‘child objects’ - addresses (let us say with 3 strings: postcode, country, city to keep things simple). The addresses will be send as a stringified JSON array together with the remaining form elements to the server (using the forms plugin) . I guess I will need some kind of subform and a table (?) to store the ‘child objects’ with the possibility to delete ‘child objects’ before posting.
I am sure someone must have implemented something similar (possibly using a nice jquery plugin?). Any pointers would be very much appreciated. Many thanks in advance. Christian