In Field Labels

Properly formatted HTML forms turns into with in-field labels

Author:Dipali Dhole (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.7.36
Plugin version:1.1
Added to WordPress repository:20-03-2014
Last updated:10-04-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://webelusion.com/
Total downloads:1 091
Active installs:10+
plugin download
Click to start download

This plugin turns properly formatted html forms into in-field labels.
This is integration with the http://fuelyourcoding.com/scripts/infield/
when the input field is focussed then label fade & entry begins in input field then label text disappered.
When clearing the field the label text reappears.

Html form format as below

<form id="test" method="post" >
<p>
  <label for="field_id">Label Text</label><br />
  <input type="text" name="field_id" value="" id="field_id" placeholder="">
</p>
</form>

Screenshots
FAQ
ChangeLog