Plugin info

Total downloads: 51,242
Active installs: 3,000
Total reviews: 24
Average rating: 4.9
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 11/28/2017 (2955 days ago)
Added to WordPress: 2/3/2012 (13 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.4.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2955 days ago • 24 reviews

24/100

Is Gravity Forms – Placeholders add-on abandoned?

Possibly abandoned (last update 2955 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.4.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Gravity Forms Auto Placeholders
Rating 3.0/5 (5 reviews)Active installs 800
Media Placeholders
Rating 5.0/5 (2 reviews)Active installs 70
Super Interactive Image Placeholders
Rating 0.0/5 (0 reviews)Active installs 0

Description

Adds HTML5 placeholder support to the Gravity Forms plugin copying the Field’s label as the placeholder and hidding it. Javascript fallback is used for old browsers that don’t support the HTML5 placeholder attribute.

You can find the source code at the GitHub repository, forks and pull requests are welcomed.
http://github.com/neojp/gravity-forms-placeholders/

GitHub source code

You can find the source code at the GitHub repository, forks and pull requests are welcomed.
http://github.com/neojp/gravity-forms-placeholders/

Installation

  1. Upload all files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress Admin Panel
  3. Add the CSS class gplaceholder to text fields or textareas as needed, you can also add it to the form itself to enable this feature to all fields within it.

Frequently Asked Questions

Installation Instructions

  1. Upload all files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress Admin Panel
  3. Add the CSS class gplaceholder to text fields or textareas as needed, you can also add it to the form itself to enable this feature to all fields within it.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.2.1

  • Fix IE7 member not found error

1.2

  • Fix the enqueuing urls of Javascript files when using a Symlink as the plugins directory

1.1.1

  • Rename variable url to jquery_placeholder_url

1.1

  • Rename gf.placeholders.js.php to gf.placeholders.js
  • Append a jquery.placeholder.js url as a js variable on the tag instead of using php on gf.placeholders.js.php – improves performance by using static files
  • Always request a cached version of jquery.placeholder-1.0.1.js
  • Remove Modernizr support, use our simpler conditional – js performance improvement
  • Improved input and textarea filtering, added support for new HTML5 input types, eg. email, url, tel
  • Improved Javascript performance

1.0

  • Initial version.