Created attachment 2936 [details] [review] Proposed patch If a subfield has both attributes: mandatory and repeatable a following problem occurs. If the record is edited and there was more then one such subfield it should be still possible to delete (UnClone) or one leave empty all but one occurrence of such a subfield. But it is not. There are two cases: 1) If one tries to UnClone the subfield, virtually nothing happens (because AreMandatoriesNotOk tries then to check !document.getElementById(mandatories[i]).value, whereas this object does not exist at the time, so the script fails giving no information. 2) If one deletes the text area and leaves it empty (having still another subfield correct), then the alert "Can't save this record because the following ..." appears. Both is wrong. Attached is proposed patch. Regards, Janusz
Pushed, please test