I have a custom field (field type list) that I use to write multiple date to database, so I have a list with 3 columns (start date, end date, time) and there's a + sign at the end to let the user add more than one date. Everything work fine at this point, the problem is that when I save that form, the post is generated and the meta are generated too but the meta only contain the first start/end/time ! If i go in the message section of the form, i see all the date has been saved, but they are not all in the meta. What's wrong with that ?
The website i'm working on is already lunched ! And I just found this problem a hour ago, I hope someone have a quick solution !
Thank you