Monday, March 22, 2021

Substack's UI just cost me $2,023

Disclaimer: this has been refunded and sorted with Substack via the publisher in question 🤞 (who was very quick to follow up thankfully). It's still a good story.

As part of a Zoom call today, I tried to sign up for a $10 monthly subscription on a Substack page to test the user journey. I paid $2,023.

After frantically failing to prevent the order going through and then grimly checking my email and banking app to see the confirmation, I wondered "wtf just happened"?

So I went back to the sign-up form for a closer look. Here's the form:

To state the obvious: there is no $2,023 plan here. There is a "founding member" option, but I'm sure I didn't click that?

Wait, what did I do? I'm certain I selected "monthly $10", then I opened 1Password and clicked my saved card details. Then I hit "Subscribe".

Ok, well let's have a look at my card details for a second:

Expiry date is 2023 😑. Let's just see ...

Oh God. There's a hidden input. That lets you set your own annual subscription payment value. To any amount.

Oh great, it also automatically selects this option when that text input value changes. And there's no confirmation box 🤦🏼

The penny drops. When I've clicked my card details in 1Password, it's entered my expiry year in the hidden, custom subscription amount box (I'm not sure why - is this a 1Password bug?). Because this box has now changed value, the Substack UI has automatically selected this option. I've then hit "Subscribe" before I had time to notice and 💸 $2,023.

So is this a freak edge case with 1Password and a distracted user or a glaring design oversight with the Substack UI?

I think it's probably a small bit of both, but I definitely shouldn't be able to accidentally charge myself $2k in two-clicks

Here are some design thoughts:

  1. Don't put subscription options and payment in the same place. This is a broader issue, but don't present options and payment beside each other. Make it two steps: choose first, confirm and pay after.
  2. Be very careful with custom donation amounts. If you allow users to select their own subscription or donation amounts, make sure to confirm it with them before continuing, particularly if it's X times the regular amount.
  3. Don't hide inputs around payment forms. If you have hidden inputs that control payment amounts, don't hide them. Dynamically add them via JavaScript after the user manually clicks something. In this case, there shouldn't be a hidden text input in the background that can be misinterpreted by the browser/plug-in.
  4. Don't auto-select or auto-change options. Don't automatically select an option based on criteria belonging to that option changing.


from Hacker News https://ift.tt/3s7B7nX

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.