5
votes
1answer
200 views

Modal window action buttons, top or bottom

Scenario: File upload process for a website on desktop(not mobile) launches a modal window. Question: Would it be better to place action buttons at the top or at the bottom of the window. Pros & ...
7
votes
1answer
96 views

Where should I locate logon steps for a private shopping site?

I'm developing a private shopping site workflow (like gilt.com and markavip.com) but I'm unable to decide which page to put login/register on. I'm considering these locations: Product list page ...
8
votes
1answer
60 views

Deleting dependent records from a table/list

It would be great to have ideas around how to approach below scenario. User wants to delete a Item "X" from a table A. But item "X" is being referenced by multiple items from Table B , Table C and ...
1
vote
3answers
150 views

Would it be a good or poor user experience if I guide users through a wizard and not let them see it again?

I'm currently designing the UX for an event travel site. It starts off with the organizer registering and then it goes right into the "wizard" where it functions like an accordion -- broken up into a ...
1
vote
2answers
193 views

Confusion with private messaging system

Planning a social networking site with a private messaging system, including following folders: inbox sentbox drafts trash and labels that can be created, managed by the users and applied in a n:n ...
1
vote
0answers
171 views

Customer Journey Maps - Good Examples [closed]

I am looking for some thoughts on Customer Journey Mapping, and what makes a map that much better, as well as some examples on the net. I have found a few through my research - but was hoping for some ...
11
votes
6answers
537 views

How to indicate that a document has already been downloaded?

I'm designing a list of documents, and basically the user can download the meeting schedule in their device so they don't have to download it every time and they can view it even without internet ...
0
votes
2answers
141 views

Recommend practices for custom user created forms in a CMS

I would like to allow users to create custom forms in a CMS I am building. While on a broader level, it seems to be quite simple, let the user create the form and save it, the little details seems to ...