Label inside the input field
-
Hello,
I would like to customize my Contact form 7 with the effect of the floating label, something like this: https://codepen.io/atunnecliffe/pen/gpKzQwIn order to achieve it, I need to put the label and the span inside of the input field, like this:
<input type=”text” name=”name” class=”question” id=”nme”/>
<label for=”nme”><span>What’s your name?</span></label>Is there any way to achieve this ? I tried to use the placeholder but it is not suitable in this case.
Thanks a lot!
Oktawia
- The topic ‘Label inside the input field’ is closed to new replies.