Before PR #301, a form with two identical conditions was considered invalid.
Since we've added the support for multiple conditions targeting a common field, such a form is now valid.
This behaviour is tested in test_end_point.py with the test called test_create_form_conditions_invalid_dup. We should decide if a form with two identical conditions should be considered valid or invalid.