Which TWO best practices should be followed when designing forms in ServiceNow? (Choose two.)
Consistency reduces cognitive load.
Why this answer
Options A and D are correct. A: Using consistent field order improves user experience. D: Grouping related fields into sections improves form understandability.
B is wrong because mandatory fields should always be visible, not hidden. C is wrong because adding too many fields can overwhelm users. E is wrong because many-to-many relationships are better handled via related lists.