Linux 软件免费装

Placehold (Gravity Forms)

开发者 51seven
更新时间 2014年10月2日 06:48
PHP版本: 3.0.1 及以上
WordPress版本: 4.0
版权: MIT
版权网址: 版权信息

标签

gravity forms textarea input gravity placeholder

下载

1.1.1 1.1.2 1.1 1.2

详情介绍:

This plugin adds a placeholder field into your Gravity Forms input and displays it as a proper HTML5 placeholder attribute without JavaScript (yaay!) I took code from this article from wpbeginner.com and optimized it. Applause to them.

安装:

  1. Upload placehold-gravity-forms.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Done. Check out your Forms in Gravity Forms.

常见问题:

Do I need to implement jQuery somewhere?

No. This plugin works fine without adding jQuery to your theme.

更新日志:

1.2 Added support for textarea 1.1.2 Tagged wrong version, sorry 1.1.1 HTML entities converted correctly 1.1 Fixed that the generated input had an html wrapper 1.0 Init