Tagged Questions
7
votes
4answers
122 views
Multiple email address field in a simple form
This is a survey site, and after completing the survey the user has the option to send a copy of the report to themselves. There is a small container on the page, with a text field and a submit ...
3
votes
1answer
46 views
Describing how to copy an email message to clipboard, visit site, and paste it into textarea?
A customer buys a product from an online store and receives an order confirmation email. My company receives commission for having referred that customer.
We want to pay a bonus to the shopper (i.e. ...
2
votes
1answer
89 views
Is appending the company e-mail domain to a textbox good UX?
My application has companies that have many users. To login to the application, they use their e-mail address. The company has a preferred domain name (e.g. google.com). Is it good UX to append this ...
48
votes
12answers
2k views
How can I guard against users accidentally sending emails without attachments?
I often dash off emails to people and still I forget attachments. I am using an email client which does keyword sniffing, e.g. if I type 'attachment' or similar it will pop up a warning, but more ...
8
votes
3answers
289 views
How can I provide a simple dialog for a user to enter multiple email addresses (for invitations)?
I'm creating a dialog (modal) that asks the user to enter multiple email addresses to which an item on the website is shared to. The dialog is about 530x500 pixels big.
Right now I'm asking the user ...
1
vote
2answers
125 views
How could I best organize email preferences for several “groups”
In my web app users can join many different groups (think facebook groups). Users need to be able to set email preferences for every group individually. I'd like to set up a single page for this ...
9
votes
4answers
527 views
Subliminal user registration
I'm developing a forum/community board and I want to avoid registration forms. So I decided to make user registration almost implicit.
What I mean is, if an unregistered user is about to do something ...
1
vote
2answers
294 views
When to explain email verification process to the user?
We designed a new "Edit personal details" form in our system that allows the user to change his e-mail.
Changing an e-mail sends a verification mail to the user's mailbox, and only after verification ...
15
votes
6answers
2k views
Contact form or mailto: link?
I'm aware that mailto: links only work for people who use a mail client. Assuming most novice users don't, is it safe to assume that contact forms are only appropriate when the target audience isn't a ...
5
votes
3answers
275 views
Why do you need to keep users engaged through your site?
I hope this is an appropriate forum for this topic. If not, I apologize.
To rephrase the question, I am debating a new tactic that some marketers are trying to implement that goes against everything ...
11
votes
5answers
815 views
Should I let a user copy/paste into a confirm e-mail field for a registration form? [duplicate]
Possible Duplicate:
Preventing a user from pasting from the clipboard into a mandatory form field
There was a question of stackoverflow, that a programmer did not wont to let the new users ...
