On Friday, 30 March 2012 16:31:42 UTC+1, Fran wrote: > > On Friday, 30 March 2012 15:43:15 UTC+1, Anthony wrote: >> >> IS_LIST_OF takes a "minimum" argument, which defaults to 0, so it should >> still validate if no items are submitted (it also takes a "maximum" >> argument). If that's what you're looking for, you shouldn't need >> IS_EMPTY_OR at all > > > Great, that fixes that half perfectly :) >
Spoke to soon...no it doesn't take (I got confused by the form.errors not showing up!) I see it did default to 0, but the form doesn't get saved...just as I originally said... F

