Tagged Questions
2
votes
4answers
295 views
Combining email and phone inputs into a single text field
Let's say you want to combine both email and phone input into a single text field because you require either or, not both. What's the best way would you approach this? As far as making it clear ...
2
votes
2answers
273 views
UI for adding/removing groups of form fields
I have this block/group of form fields, which together form a 'location' object.
How should I show the add and delete buttons for these objects?
I need one 'add location' button/icon, and a 'remove ...