Skip to main content
removed unnecessary ranting.
Source Link
Matt Rockwell
  • 13.7k
  • 6
  • 50
  • 73

Without going into the discussion why you have such a long form and why you ask for so much personal information, the answer to your question is:

Yes, you can select the contents of an input field on focus but only if you expect your users to edit the form with the intent to change all of the info within each field.

Alternatively, you can add a Select all link/button or instructions, such as "Press CTRL+A to select all" or "Triple-click to select all", that would appear only to the right of the input in focus.

Without going into the discussion why you have such a long form and why you ask for so much personal information, the answer to your question is:

Yes, you can select the contents of an input field on focus but only if you expect your users to edit the form with the intent to change all of the info within each field.

Alternatively, you can add a Select all link/button or instructions, such as "Press CTRL+A to select all" or "Triple-click to select all", that would appear only to the right of the input in focus.

Yes, you can select the contents of an input field on focus but only if you expect your users to edit the form with the intent to change all of the info within each field.

Alternatively, you can add a Select all link/button or instructions, such as "Press CTRL+A to select all" or "Triple-click to select all", that would appear only to the right of the input in focus.

Source Link
dnbrv
  • 13.3k
  • 6
  • 45
  • 75

Without going into the discussion why you have such a long form and why you ask for so much personal information, the answer to your question is:

Yes, you can select the contents of an input field on focus but only if you expect your users to edit the form with the intent to change all of the info within each field.

Alternatively, you can add a Select all link/button or instructions, such as "Press CTRL+A to select all" or "Triple-click to select all", that would appear only to the right of the input in focus.