I’m using multimodelform (wonderful!) but I can’t seem to figure out how to make the first row show and be mandatory. I set $hideCopyTemplate to false, which shows the first empty line, but if I submit the form without one of the row fields being set, the error message for the first row field (which is required in the row model) will not show. Only if I’ve set one of the fields in the row will the ‘required’ error message for the first field show. How do I change this? what am I missing?
Thanks!