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 was 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!
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
autofocuson 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!