http://conditional-fields-cf7.bdwm.be/form-tester/?hash=4bd957603f4315bfe864b0e0f8226cad
In this form, all fields must be mandatory. And I think I understood the problem – the names of the fields should be different, but I have the same (“unp” and “unp”):
[group rekvizit-ur]
[number* unp min:1 max:999999999]
[/group]
and
[group unp-unp]
[number* unp min:1 max:999999999]
<span style=”font-size: inherit;”>[/group]</span>
But I need the field names to be exactly the same – how can this be solved?