When we update a form, we match validated_data with objects list (already in database).
If the order of validated_data and objects list are not the same, then we try to modify the wrong field resulting in IntegrityError: UNIQUE constraint failed: formidable_field.slug, formidable_field.form_id