Adding Field Name Into The Field

Morning all,

I was wondering whether it's possible to add the field name into the field itself for profile fields when shown in the checkout.

E.g. rather than:

First name and then a box underneath it, the 'First name' title would be in the box and you type over it.

Any thoughts on how this might be achieved?

Hi all, partly answered this myself so thought I'd share...

Basically you need to add:

placeholder="{__("email")}

within an code, e.g. on the login.tpl:

Thank you for sharing the solution