Mailocator automatically places the cursor (focus) in the first text field after the campaign is displayed so that the user can start typing immediately.
If it is desirable from a UX perspective to override this technique, add this attribute to all text inputs:
no-focus
- suppress cursor placement on all devicesno-focus-mobile
- suppress cursor placement on mobile devices only
Example:
<input type="text" name="name" value="" no-focus="1">