In Field Labels

In Field Labels Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,091 downloads
In Field Labels Icon

Try plugin: In Field Labels

We'll create fresh WordPress site with In Field Labels installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About In Field Labels

Properly formatted HTML forms turns into with in-field labels

0


0


0


0


0

updated: 10 years ago
since: 10 years ago
author: Dipali Dhole

Description

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>