I need to add a second text (required) in input text, diferent style/position of placeholder. But when user clicks, it should disappear, like placeholder. It's possible?
<style>
.inputDataText{
padding:13px;
border-width:1px;
border-radius:9px;
border-style:solid;
border-color:#d9d9d9;
width:100%;
}
</style>
<input id="demoTextBox" type="text" value="" class="inputDataText" placeholder="NAME">
Put an example image here:
*next to an input item and a note above or below all of them saying that these items are required.