Tagged Questions
3
votes
2answers
677 views
Would it be better to show a calendar picker by default instead of an input field with pop-up date picker?
On a travel site which is for Desktop, iPhone, iPad too, would it be better for UX and Accessibility to show the calendar itself on page by default
Like this
Or the most popular way, a input box ...
4
votes
3answers
188 views
When Users Select a Ship Date During Holiday
In a shopping cart where a user can select their preferred ship date, how would you alert them when a date is a holiday or weekend? Would you use processing to not allow it? Add an alert that it would ...