You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So long as there is smaller calls to actions to rectify previous mistakes then the process should always be able to advance to the next step when valid data is input (besides the explicit pay).
So for the first screen you choose visa vs paypal. Clicking one of these should essentially click next also.
The text was updated successfully, but these errors were encountered:
Similarly after typing valid data into a field you could consider focusing the next field.
When we did this we animated a valid indicator around the field and then highlighted the next field sometimes this was exaggerated etc to reduce the user jank of you pulling the rug away from them.
The validation was debounced to ~300 ms and a small animation to tick and highlight the field green. This gave the user enough time to edit, however upon advancing they could click back into the previous box which would slow the auto advancing the next time around. Also an invalid or unchanged field wouldn't auto advance.
STR:
user is shown card payment page and cc field is autofocused and is blue
user types 37828224 and pauses a little, the field is highlighted blue still
user types 378282246310008 and then pauses further, field highlight changes to orange and a validation spinner happens. Field however doesn't match luhns algo so fails, indicator stops spinning and stays orange
user modifies the last char to read: 378282246310005 spinner goes for 300ms then turns green after another 300ms the focus auto moves to the date selection.
user refocuses cc field and deletes a char step 2. starts again until a valid field.
Times, colours and styles are likely to need research however our data suggested that the animation and advancing of the fields actually increased the conversion.
jonathanKingston
changed the title
Consider advancing next step after choosing payment type
Consider advancing to the next step after choosing payment type
Aug 24, 2017
So long as there is smaller calls to actions to rectify previous mistakes then the process should always be able to advance to the next step when valid data is input (besides the explicit pay).
So for the first screen you choose visa vs paypal. Clicking one of these should essentially click next also.
The text was updated successfully, but these errors were encountered: