Changes between Initial Version and Version 1 of Ticket #13273, comment 27
- Timestamp:
- 05/27/2025 05:34:12 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13273, comment 27
initial v1 1 Instead of immediately displaying the error message "Please provide a valid link." when a user submits an empty URL for a custom menu item, we could improve the UX by offering a confirmation prompt. The confirmation could inform users that a blank URL will result in a non-clickable menu item (useful for placeholder or parent menu purposes), and ask: **The URL is empty. This will create a non-clickable menu item. Are you sure you want to proceed?** 1 Rather than showing the error message "Please provide a valid link." when a custom menu item is submitted with an empty URL, consider prompting the user with a confirmation dialog. The dialog could explain that the item will be added as a non-clickable placeholder and ask for confirmation, such as: 2 2 3 This change would provide more clarity and flexibility for users intentionally adding placeholder menu items. 3 **“The URL field is empty. This will create a non-clickable menu item, often used as a placeholder or parent item. Do you want to continue?”** 4 5 This approach balances usability with clarity. It avoids unnecessary error blocks for a legitimate use case while still ensuring the user understands what they’re doing.