SlideShare ist ein Scribd-Unternehmen logo
1 von 54
Downloaden Sie, um offline zu lesen
How to make beautiful but also
usable and accessible online forms
July 2016
Jessica Cameron
Abi Reynolds
Gayle Whittaker
1
Does form design really matter?
2
3
Best forms ever
Accessibility
Usability
Design
5
Forms and you
How do you use forms?
Are you happy with them?
Are your users happy with them?
Is there anything you would like to change?
6
Good Form
Design Principles
7
Login Register
Email Address:
Password: Forgot password?
 This form appeared after users
filled their shopping cart and
pressed the Checkout Button*
 Confusion – “Is it my first
time?”, “Which e-mail address
did I use?”
When to introduce the form? The €300 million button
Introduction to User Vision 8
*Jared Spool -UIE
 45% of customers with multiple
registrations (45%)
 160,000 password requests per
day!
What did they do to increase conversions?
Login
Email Address:
Password: Forgot password?
You do not need to create an account to make purchases on our
site. Simply click Continue to proceed to checkout. To make your
future purchases even faster, you can create an account during
checkout.
• 45% increase in customer conversions
• $15 million revenue increase in first month
• Additional $300 million in first year!
The $300 million button
Register
Continue
Introduction to User Vision 9
They changed a button!
To scroll or not to scroll?
10
Layout 1 Layout 2
Part 1
Layout 2
Part 2
Page fold
Register
Register
Design A Design B
Form principles: Path to completion
Clear scan lines.
 Provide a clear scan line from start to finish.
 An example of what people look at when filling in a simple web form:
What about longer more complex forms?
12
 Steps should be clearly
labelled
 Chunks broken into
related information and
captured together.
 Show progress: User
can see what has been
completed and what is
yet to complete
Break into bite sized chunks & progress indicator
More complex forms Progressive disclosure
13
Hides complications
“80% of the people filling in the form will only need to know about 20% of the
possibilities” Gov. worker (www.formsthatwork.com)
Present one question at a time to build form Present summary at end for any edits
Images from Student loans company. Gov.uk
GDS Design Patterns
14
https://www.gov.uk/service-manual/user-centred-
design/resources/patterns/progress-indicators.html
The devil is in the details
Passwords
Error messages
Mobile inputs
Easiest input possible
Clear labels and examples*
Labels, not placeholder text
15
Passwords
16
Mygovscot myaccount
Passwords
17
Student Loans Company
Passwords
18
Geeklist via eConsultancy
Google app guidelines
Error Messages - useful feedback?
19
Please check your details on the following pages
and change anything that is incorrect.
DVLA
Error messages
20
Ikea via Formisimo
via Formisimo
via CyberText Consulting
Error messages
21
Toys R Us via Baymard
Error messages
22
Design Better Forms, by Andrew Coyle
https://uxdesign.cc/design-better-forms-96fadca0f49c
Error messages
23
Design Better Forms, by Andrew Coyle
https://uxdesign.cc/design-better-forms-96fadca0f49c
Error messages
24
Google app guidelines
Student Loans Company
Error messages and feedback
25
Booking.com
What do good error messages do?
They tell the user
1. WHAT the problem is
2. WHERE the problem is
3. HOW to fix the problem
They preserve data that have already been entered as much as
possible
They are patient and kind
26
© User Vision Limited™, 2014. All rights reserved
Mobile
Mobile: HTML 5 tags
28
Facebook
Mobile
29
Passwords should have ability to unmask
30
Easiest input possible
31
Easiest input possible
32
Fido via Bad FormsCity of Edinburgh Council
Easiest input possible
33
Redesigning the Country Selector, by Christian Holst
https://www.smashingmagazine.com/2011/11/redesigning-the-country-selector/
Clear labels and examples
34
Cisco Norway via Twitter
35
Clear labels and examples
36
Amazon via Bad Forms
Clear labels and examples
37
Threadless via eConsultancy
Flexible inputs
38
Ikea via Formisimo
Required fields
39
Luke Wroblewski via UX Stack Exchange
Fields marked as required means users skip fields marked optional
If information is optional, do you really need to ask for it?
Asterisks are not universally understood…
Required fields
40
 Provide instructions before the form on
what is required
 Indicate required fields by either text or
symbol positioned inside the label
 If a symbol such as an asterisks is used to
identify required fields provide a caption
for what the icon means before the form
 Don’t denote required fields with colour
 Can be enhanced with the use of HTML5
‘required’ and the ‘aria-required’ property
Help/additional info in forms
41
 Provide instructions on what data you expect in what format (e.g.
dd/mm/yyyy)
 Should be included in the label element before the form field – can be re-
positioned with CSS
 Must be associated programmatically using the ‘aria-describedby’
property
 Must be operable via the keyboard, and not rely on hover state
Placeholder text ≠ a label
42
Fandango via Baymard
Labels and placeholders
43
Trainline
Booking.com
City of Edinburgh Council
via Baymard
Moving or floating labels
44
Facebook
Mygovscot myaccount
Warby Parker
Placeholder text is bad for accessibility
45
 Should not be used as an alternative to a label
 Default colour of text is not of sufficient contrast
 Keyboard users must read ahead of the current focus
 Users with memory impairments will not have the text label available for
reference when filling in a field or when fixing errors
Quick quiz 1: what’s wrong with this form?
46
Ibis
Quick quiz 2: what’s wrong with this form?
47
Virgin East Coast Trains
Quick quiz 3: what’s wrong with this form?
48
Ryanair
Dark patterns – force customer to sign up?
49
Accessibility rules on form design
50
Accessible form overview
 When forms do not provide instructions or labels users may not be able to accurately
complete a form
 When form fields are not properly grouped users may not be able to identify the
purpose of a field
 Grouping particularly important for radio buttons and checkboxes – one question with
two possible answers
 User impact:
users who are blind
users who are visually impaired
users who are mobility impaired
users who are cognitively impaired
Accessibility rules on form design
51
List of priorities that can be done to improve accessibility of forms
 Apply a distinct page hierarchy to the visual page’s design, to be programmatically
determined to help assistive technology identify the page structure
 Form elements presented in a logical manner when using the keyboard to navigate
 All interactive functionality must work via the keyboard and not rely on hover states
 Colour should not be used as the only visual means of conveying information
 All form inputs should have a label that explicitly refers to the form input
 Labels must be positioned near form fields
 Required fields announced
Beautiful, usable and accessible form design - summary
55
 Passwords
 Make it easy to enter password, provide an option to unmask
 Error Messages
 Provide both general error message and an in-line field specific one
 Retain user’s information
 Validate a field when a user is done with it, not while typing
 Provide time to correct their mistakes
 Mobile inputs
 Utilise new features to optimise user engagement – HTML5 properties for email, URL etc.
 Easiest input possible
 only ask for necessary data and make it clear what is optional and what is not
 Be clear what type of input is inspected, provide explanations or transform the data
 Display fields when you need them
 Clear labels
 Describe the purpose and be properly associated to the form control
 Use placeholders for additional information, if needed, not to replace labels
Resources
56
A few web resources:
 W3C form concepts tutorial http://www.w3.org/WAI/tutorials/forms
 Gov.uk Design Patterns
https://www.gov.uk/service-manual/user-centred-
design/resources/patterns/index.html
 Luke Wroblewski on Web Form Design
55 North Castle Street
Edinburgh
EH2 3QA
United Kingdom
Tel: 0131 225 0850
@UserVision
www.uservision.co.uk
Thank You
Jessica@uservision.co.uk

Weitere ähnliche Inhalte

Was ist angesagt? (6)

Contextual Commerce: Best Practices for Winning with Customer Experience with...
Contextual Commerce: Best Practices for Winning with Customer Experience with...Contextual Commerce: Best Practices for Winning with Customer Experience with...
Contextual Commerce: Best Practices for Winning with Customer Experience with...
 
Shopping Cart Best Practices
Shopping Cart Best PracticesShopping Cart Best Practices
Shopping Cart Best Practices
 
Designing better forms
Designing better forms Designing better forms
Designing better forms
 
Why Marketing is Broken, and how Time to Value fixes it!
Why Marketing is Broken, and how Time to Value fixes it!Why Marketing is Broken, and how Time to Value fixes it!
Why Marketing is Broken, and how Time to Value fixes it!
 
Scope proposal-ecommerce-website
Scope proposal-ecommerce-websiteScope proposal-ecommerce-website
Scope proposal-ecommerce-website
 
WED- Gift Basket
WED- Gift BasketWED- Gift Basket
WED- Gift Basket
 

Ähnlich wie Good form (s) -July 2016

Creating Effective Forms with Constant Contact.pdf
Creating Effective Forms with Constant Contact.pdfCreating Effective Forms with Constant Contact.pdf
Creating Effective Forms with Constant Contact.pdf
T.E. Digital
 
Google analytics / Seo Camp Montreal
Google analytics / Seo Camp MontrealGoogle analytics / Seo Camp Montreal
Google analytics / Seo Camp Montreal
Agutsin VazquezLevi
 
EBOOK ON UX - Navneet Vats
EBOOK ON UX - Navneet VatsEBOOK ON UX - Navneet Vats
EBOOK ON UX - Navneet Vats
Navneet Vats
 
Jordan Kasteler Usability SEO
Jordan Kasteler Usability SEOJordan Kasteler Usability SEO
Jordan Kasteler Usability SEO
Jordan Kasteler
 

Ähnlich wie Good form (s) -July 2016 (20)

Form accessibility and beyond
Form accessibility and beyondForm accessibility and beyond
Form accessibility and beyond
 
Creating Effective Forms with Constant Contact.pdf
Creating Effective Forms with Constant Contact.pdfCreating Effective Forms with Constant Contact.pdf
Creating Effective Forms with Constant Contact.pdf
 
6 effective e commerce conversion strategies
6 effective e commerce conversion strategies6 effective e commerce conversion strategies
6 effective e commerce conversion strategies
 
6 effective e commerce conversion strategies
6 effective e commerce conversion strategies6 effective e commerce conversion strategies
6 effective e commerce conversion strategies
 
6 Effective e-Commerce Conversion Strategies
6 Effective e-Commerce Conversion Strategies6 Effective e-Commerce Conversion Strategies
6 Effective e-Commerce Conversion Strategies
 
8 User Experiences to Build an Effective Experimentation Program_VWO_Workshop
8 User Experiences to Build an Effective Experimentation Program_VWO_Workshop8 User Experiences to Build an Effective Experimentation Program_VWO_Workshop
8 User Experiences to Build an Effective Experimentation Program_VWO_Workshop
 
eCommerce, Website & eShop development | Jason Kataropoulos | Atcom
eCommerce, Website & eShop development | Jason Kataropoulos | AtcomeCommerce, Website & eShop development | Jason Kataropoulos | Atcom
eCommerce, Website & eShop development | Jason Kataropoulos | Atcom
 
Form Design: Best Practices to Improve Conversions
Form Design: Best Practices to Improve ConversionsForm Design: Best Practices to Improve Conversions
Form Design: Best Practices to Improve Conversions
 
Ultimate Guide to Online Forms
Ultimate Guide to Online FormsUltimate Guide to Online Forms
Ultimate Guide to Online Forms
 
7 top word press form builder plugins to boost conversions
7 top word press form builder plugins to boost conversions7 top word press form builder plugins to boost conversions
7 top word press form builder plugins to boost conversions
 
Google analytics / Seo Camp Montreal
Google analytics / Seo Camp MontrealGoogle analytics / Seo Camp Montreal
Google analytics / Seo Camp Montreal
 
EBOOK ON UX - Navneet Vats
EBOOK ON UX - Navneet VatsEBOOK ON UX - Navneet Vats
EBOOK ON UX - Navneet Vats
 
Digital Disruption in Distribution and Manufacturing: How to Be a B2B Leader
Digital Disruption in Distribution and Manufacturing: How to Be a B2B LeaderDigital Disruption in Distribution and Manufacturing: How to Be a B2B Leader
Digital Disruption in Distribution and Manufacturing: How to Be a B2B Leader
 
importance of web form.pptx
importance of web form.pptximportance of web form.pptx
importance of web form.pptx
 
fashion
fashionfashion
fashion
 
Where Did You Go? Why You’re Website’s Not Converting and How to Fix It
Where Did You Go? Why You’re Website’s Not Converting and How to Fix ItWhere Did You Go? Why You’re Website’s Not Converting and How to Fix It
Where Did You Go? Why You’re Website’s Not Converting and How to Fix It
 
Varkul websoft pvt ltd -web site design for e-commerce
Varkul websoft pvt ltd -web site design for e-commerceVarkul websoft pvt ltd -web site design for e-commerce
Varkul websoft pvt ltd -web site design for e-commerce
 
Jordan Kasteler Usability SEO
Jordan Kasteler Usability SEOJordan Kasteler Usability SEO
Jordan Kasteler Usability SEO
 
Jordan Kasteler Usability SEO
Jordan Kasteler Usability SEOJordan Kasteler Usability SEO
Jordan Kasteler Usability SEO
 
El libro de la optimización de formularios Web, de ClickTale
El libro de la optimización de formularios Web, de ClickTaleEl libro de la optimización de formularios Web, de ClickTale
El libro de la optimización de formularios Web, de ClickTale
 

Mehr von Abi Reynolds (7)

2022 me
2022 me2022 me
2022 me
 
Voice usability testing with WOZ methodology - UX SCOT 2019
Voice usability testing with WOZ methodology - UX SCOT 2019Voice usability testing with WOZ methodology - UX SCOT 2019
Voice usability testing with WOZ methodology - UX SCOT 2019
 
Abi Reynolds 2018
Abi Reynolds 2018Abi Reynolds 2018
Abi Reynolds 2018
 
Putting the customer at the core of Digital Transformation
Putting the customer at the core of Digital Transformation Putting the customer at the core of Digital Transformation
Putting the customer at the core of Digital Transformation
 
What the *UX?!? Implementing UX Strategy in your organisation
What the *UX?!? Implementing UX Strategy in your organisationWhat the *UX?!? Implementing UX Strategy in your organisation
What the *UX?!? Implementing UX Strategy in your organisation
 
UX Research & PP projects @UXScotland 2014
UX Research & PP projects @UXScotland 2014UX Research & PP projects @UXScotland 2014
UX Research & PP projects @UXScotland 2014
 
About me
About meAbout me
About me
 

Kürzlich hochgeladen

RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
amitlee9823
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
aroranaina404
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
instagramfab782445
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
amitlee9823
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
University of Wisconsin-Milwaukee
 
DESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- IntroductionDESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- Introduction
sivagami49
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
tbatkhuu1
 

Kürzlich hochgeladen (20)

Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
 
DESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- IntroductionDESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- Introduction
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 

Good form (s) -July 2016

  • 1. How to make beautiful but also usable and accessible online forms July 2016 Jessica Cameron Abi Reynolds Gayle Whittaker 1
  • 2. Does form design really matter? 2
  • 3. 3
  • 4.
  • 6. Forms and you How do you use forms? Are you happy with them? Are your users happy with them? Is there anything you would like to change? 6
  • 8. Login Register Email Address: Password: Forgot password?  This form appeared after users filled their shopping cart and pressed the Checkout Button*  Confusion – “Is it my first time?”, “Which e-mail address did I use?” When to introduce the form? The €300 million button Introduction to User Vision 8 *Jared Spool -UIE  45% of customers with multiple registrations (45%)  160,000 password requests per day! What did they do to increase conversions?
  • 9. Login Email Address: Password: Forgot password? You do not need to create an account to make purchases on our site. Simply click Continue to proceed to checkout. To make your future purchases even faster, you can create an account during checkout. • 45% increase in customer conversions • $15 million revenue increase in first month • Additional $300 million in first year! The $300 million button Register Continue Introduction to User Vision 9 They changed a button!
  • 10. To scroll or not to scroll? 10 Layout 1 Layout 2 Part 1 Layout 2 Part 2 Page fold Register Register Design A Design B
  • 11. Form principles: Path to completion Clear scan lines.  Provide a clear scan line from start to finish.  An example of what people look at when filling in a simple web form:
  • 12. What about longer more complex forms? 12  Steps should be clearly labelled  Chunks broken into related information and captured together.  Show progress: User can see what has been completed and what is yet to complete Break into bite sized chunks & progress indicator
  • 13. More complex forms Progressive disclosure 13 Hides complications “80% of the people filling in the form will only need to know about 20% of the possibilities” Gov. worker (www.formsthatwork.com) Present one question at a time to build form Present summary at end for any edits Images from Student loans company. Gov.uk
  • 15. The devil is in the details Passwords Error messages Mobile inputs Easiest input possible Clear labels and examples* Labels, not placeholder text 15
  • 19. Error Messages - useful feedback? 19 Please check your details on the following pages and change anything that is incorrect. DVLA
  • 20. Error messages 20 Ikea via Formisimo via Formisimo via CyberText Consulting
  • 21. Error messages 21 Toys R Us via Baymard
  • 22. Error messages 22 Design Better Forms, by Andrew Coyle https://uxdesign.cc/design-better-forms-96fadca0f49c
  • 23. Error messages 23 Design Better Forms, by Andrew Coyle https://uxdesign.cc/design-better-forms-96fadca0f49c
  • 24. Error messages 24 Google app guidelines Student Loans Company
  • 25. Error messages and feedback 25 Booking.com
  • 26. What do good error messages do? They tell the user 1. WHAT the problem is 2. WHERE the problem is 3. HOW to fix the problem They preserve data that have already been entered as much as possible They are patient and kind 26
  • 27. © User Vision Limited™, 2014. All rights reserved Mobile
  • 28. Mobile: HTML 5 tags 28 Facebook
  • 30. Passwords should have ability to unmask 30
  • 32. Easiest input possible 32 Fido via Bad FormsCity of Edinburgh Council
  • 33. Easiest input possible 33 Redesigning the Country Selector, by Christian Holst https://www.smashingmagazine.com/2011/11/redesigning-the-country-selector/
  • 34. Clear labels and examples 34 Cisco Norway via Twitter
  • 35. 35
  • 36. Clear labels and examples 36 Amazon via Bad Forms
  • 37. Clear labels and examples 37 Threadless via eConsultancy
  • 39. Required fields 39 Luke Wroblewski via UX Stack Exchange Fields marked as required means users skip fields marked optional If information is optional, do you really need to ask for it? Asterisks are not universally understood…
  • 40. Required fields 40  Provide instructions before the form on what is required  Indicate required fields by either text or symbol positioned inside the label  If a symbol such as an asterisks is used to identify required fields provide a caption for what the icon means before the form  Don’t denote required fields with colour  Can be enhanced with the use of HTML5 ‘required’ and the ‘aria-required’ property
  • 41. Help/additional info in forms 41  Provide instructions on what data you expect in what format (e.g. dd/mm/yyyy)  Should be included in the label element before the form field – can be re- positioned with CSS  Must be associated programmatically using the ‘aria-describedby’ property  Must be operable via the keyboard, and not rely on hover state
  • 42. Placeholder text ≠ a label 42 Fandango via Baymard
  • 43. Labels and placeholders 43 Trainline Booking.com City of Edinburgh Council via Baymard
  • 44. Moving or floating labels 44 Facebook Mygovscot myaccount Warby Parker
  • 45. Placeholder text is bad for accessibility 45  Should not be used as an alternative to a label  Default colour of text is not of sufficient contrast  Keyboard users must read ahead of the current focus  Users with memory impairments will not have the text label available for reference when filling in a field or when fixing errors
  • 46. Quick quiz 1: what’s wrong with this form? 46 Ibis
  • 47. Quick quiz 2: what’s wrong with this form? 47 Virgin East Coast Trains
  • 48. Quick quiz 3: what’s wrong with this form? 48 Ryanair
  • 49. Dark patterns – force customer to sign up? 49
  • 50. Accessibility rules on form design 50 Accessible form overview  When forms do not provide instructions or labels users may not be able to accurately complete a form  When form fields are not properly grouped users may not be able to identify the purpose of a field  Grouping particularly important for radio buttons and checkboxes – one question with two possible answers  User impact: users who are blind users who are visually impaired users who are mobility impaired users who are cognitively impaired
  • 51. Accessibility rules on form design 51 List of priorities that can be done to improve accessibility of forms  Apply a distinct page hierarchy to the visual page’s design, to be programmatically determined to help assistive technology identify the page structure  Form elements presented in a logical manner when using the keyboard to navigate  All interactive functionality must work via the keyboard and not rely on hover states  Colour should not be used as the only visual means of conveying information  All form inputs should have a label that explicitly refers to the form input  Labels must be positioned near form fields  Required fields announced
  • 52. Beautiful, usable and accessible form design - summary 55  Passwords  Make it easy to enter password, provide an option to unmask  Error Messages  Provide both general error message and an in-line field specific one  Retain user’s information  Validate a field when a user is done with it, not while typing  Provide time to correct their mistakes  Mobile inputs  Utilise new features to optimise user engagement – HTML5 properties for email, URL etc.  Easiest input possible  only ask for necessary data and make it clear what is optional and what is not  Be clear what type of input is inspected, provide explanations or transform the data  Display fields when you need them  Clear labels  Describe the purpose and be properly associated to the form control  Use placeholders for additional information, if needed, not to replace labels
  • 53. Resources 56 A few web resources:  W3C form concepts tutorial http://www.w3.org/WAI/tutorials/forms  Gov.uk Design Patterns https://www.gov.uk/service-manual/user-centred- design/resources/patterns/index.html  Luke Wroblewski on Web Form Design
  • 54. 55 North Castle Street Edinburgh EH2 3QA United Kingdom Tel: 0131 225 0850 @UserVision www.uservision.co.uk Thank You Jessica@uservision.co.uk