This question has been flagged
1 Reply
2391 Views

This dialog let's users click SUBMIT without selecting a reason:

I want users to be forced to select a reason.

Avatar
Discard
Best Answer

Create a custom view that changes the field to be required:

<field name="lost_reason_id" position="attributes">
<attribute name="required">1</attribute>
</field>


This gives you this User Experience:

Avatar
Discard