Change theme:   

Form titles as placeholders

jQuery plugin that Makes form field titles displayed as placeholders.
Works together with mathiasbynens / jquery-placeholder for making placeholder support to browsers without html5 placeholder support.

Example

Email again:
These will not have title as placeholder

Code

Get jquery.edicyFormPlaceholders.js from Github Edicy/edicy-jsplugins.

Implementation:
<script type="text/javascript" src="jquery.edicyFormPlaceholders.js"></script>
<script type="text/javascript">
    $('#content form').edicyFormPlaceholders();
</script>