cancel
Showing results for 
Search instead for 
Did you mean: 

Add reference texts inside the checkout input fields

Add reference texts inside the checkout input fields

Hi,

 

i need add reference texts inside the checkout input fields, for example:

 

inside the fields       *Frist Name: Jhon    *Last Name: Doe

 

and when customers enter his name these texts disappear, similar to mini search text  "Search entire store here..."

 

Regards!

1 REPLY 1

Re: Add reference texts inside the checkout input fields

What you're talking about is input field placeholder attribute:

<input type="text" placeholder="Enter your name" />
Tanel Raja