承接 dekodeinteraktiv/hogan-form 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dekodeinteraktiv/hogan-form

最新稳定版本:1.1.3

Composer 安装命令:

composer require dekodeinteraktiv/hogan-form

包简介

Form Module for Hogan, requires Gravity Forms, Contact Form 7 or Ninja Forms.

README 文档

README

Installation

Install the module using Composer composer require dekodeinteraktiv/hogan-form or simply by downloading this repository and placing it in wp-content/plugins

Usage

Currently supports Gravity Forms, Contact Form 7, Ninja Forms and MailPoet Forms.

Available filters

  • hogan/module/form/gravity_forms/options for passing args to the Gravity Forms' render function.
//default values
$gs_defaults = [
    'display_title'       => true,
    'display_description' => true,
    'display_inactive'    => false,
    'field_values'        => null,
    'ajax'                => false,
    'tabindex'            => 1,
];

Options returned from the filter will be merged with defaults using wp_parse_args()

add_filter('hogan/module/form/gravity_forms/options', function() {
	return ['display_title' => false];
});

统计信息

  • 总下载量: 12.62k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 6
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2017-10-24