Static text inside input field

Basically trying to accomplish this:

Black text should be always present in the field, and green one is typed in.


Here is my public share link: LINK
(how to access public share link)

To do this, you need to:

  1. Wrap the label and input field with a div (give it a class like “input-field”).

  2. Remove borders from all input fields

  3. Set labels and input fields to inline-block

  4. Style the wrapper div however you like

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.