01

Start here after your audit

Use this when a visitor can find the action but struggles to complete it on a phone. Start with a service page, a real phone, and access to the inbox or booking calendar that should receive the request. Coordinate test submissions so they are not mistaken for real jobs or allowed to reserve paid appointments.

02

The problem

Mobile usability is more than responsive layout. A page can fit a small screen while the actual task still fails because fields are awkward, controls are hard to tap, calls open incorrectly, or confirmation is unclear.

03

Why it matters

The relevant unit of quality is the complete task. Test from the page where intent begins through the final confirmation, not only the first screen.

04

Common mistakes

Mobile paths often inherit desktop assumptions.

  • Tiny controls or links placed too close together
  • A keyboard type that does not match the field
  • Sticky elements covering form controls
  • Losing entered data after an error
  • No clear confirmation after submit or booking

05

Run a fifteen-minute task test

Use a real phone and a normal connection.

  • Open the highest-intent page without being logged in
  • Try the primary action using one hand
  • Record every pause, zoom, repeated tap, or unclear message
  • Complete the task with valid and invalid input
  • Fix the obstacle most likely to stop completion, then retest

06

Example scenario

Illustrative example · Not a client case study

A plumber tests the emergency-service page on a phone and finds that a sticky banner covers the final form button. The first repair is to remove that overlap and confirm the submission message, before changing the form design or adding another tool.

07

Measure the repair

Compare completed contacts or bookings with visits to the task entry page. Avoid declaring success from button clicks alone.

08

Keep a small task-test record

For each attempt, write down device and browser, starting page, action taken, expected result, observed failure, and repair owner. This turns a vague report such as 'mobile is awkward' into something a teammate can reproduce.

  • Example test: open the estimate page, choose a service, enter valid test details, and submit once. Expected: a clear receipt plus one inquiry in the team's queue.
  • Try a missing required field and a mistyped email address. Check that the message names the problem, stays near the field, and leaves the other answers intact.
  • Use the phone in portrait and landscape. Open the keyboard and check that it does not trap the final control behind a fixed banner.
  • If booking uses an external calendar, follow the entire handoff and verify the selected service, time zone, appointment status, and confirmation.

09

Separate usability failures from delivery failures

A success screen proves what the visitor saw, not that someone received the inquiry. If the form reports success but the queue is empty, trace the submission with the person who manages the form. Buying a new page template will not fix a broken notification rule.

  • For a call action, confirm that the correct number opens in the dialer. Count a tap separately from an answered call.
  • For a form, compare the visible receipt with the stored submission and notification. Check spam filtering and the destination address inside your own tools.
  • For a booking, distinguish an appointment request from a confirmed slot. Repeat taps and page refreshes should not silently create multiple jobs.
  • Use keyboard navigation and zoom on desktop as well. Real-phone testing complements accessibility checks; it does not replace them.

10

Retest and hand off the repair

Fix the most serious completion blocker first, then repeat the same successful and invalid-input attempts. Check another browser or device available to your team and include the external booking screen if there is one. Record what now works and anything still unresolved. Review mobile entry-page visits and confirmed contacts over comparable periods, with test activity removed where possible. A handful of successes is evidence the path can work, not a guarantee of a higher conversion rate. Leave one named person responsible for retesting after plugin, form, banner, or booking-tool changes.

Source notes

What informed this guide

These sources support specific design and measurement principles. The practical sequence is Growth Priorities editorial guidance, not a claim that one method fits every business.

  • web.dev: FormsUsed for accessible labels, input behavior, and form completion guidance.
  • web.dev: Test your formsSupports testing forms across devices, with keyboard navigation, zoom, and real users. Delivery and team-handoff checks are our editorial additions.