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
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
Minor suggestion: make the "Full Name" input auto focus, so that as soon as the popup appears, the user can fill the form out without having to click on any of the fields. This might have a slight (probably positive) impact on conversion rate.
It's probably do-able by setting autofocus on the input within the iframe HTML file, though you might also have to call focus() on the iframe too.
Don't feel bad closing this ticket if this suggestion is unwelcome!
The text was updated successfully, but these errors were encountered:
Jarred-Sumner
changed the title
"Full name" field does not autofocus
"Full Name" field does not autofocus
Dec 16, 2017
if the purpose of this is ease of use, then enlarging the letter box would help a lot.
a lotta people involved with computer's got some kind of sight alteration, and having to do an effort just to read what we're supposed to be sending kinda kills all the intent
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Minor suggestion: make the "Full Name" input auto focus, so that as soon as the popup appears, the user can fill the form out without having to click on any of the fields. This might have a slight (probably positive) impact on conversion rate.
It's probably do-able by setting
autofocus
on the input within the iframe HTML file, though you might also have to callfocus()
on the iframe too.Don't feel bad closing this ticket if this suggestion is unwelcome!
The text was updated successfully, but these errors were encountered: