Try pre-set campaigns and get your first conversions within 15 minutes.
Mailocator / Problem solving 2025-02-17 18:54:49

Suppressing cursor placement

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 devices
no-focus-mobile - suppress cursor placement on mobile devices only

Example:

<input type="text" name="name" value="" no-focus="1">