SMS OTP form best practices
DRANK
Asking a user to provide an OTP (one-time password) delivered via SMS is a common way to confirm a user's phone number. This post provides you with the best practices to build an SMS OTP form with great user experience.
1 comments
SMS OTP フォームのベストプラクティス記事を書きました。簡単なまとめです:
a.
type="text"
b.
inputmode="numeric"
c.
autocomplete="one-time-code"
@${BOUND-ORIGIN} #${OTP}
詳しくはこちら: