Hogan Module: Form
Gravity Forms Module for Hogan
by Dekode · github.com/dekodeinteraktiv/hogan-form · website
★ 1stars
13kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/dekodeinteraktiv/hogan-form/archive/refs/heads/master.zipAlso on Packagist as dekodeinteraktiv/hogan-form:
composer require dekodeinteraktiv/hogan-formDeclares an update source (https://github.com/dekodeinteraktiv/hogan-form), so updates arrive through the plugin's own updater.
From the readme
Forms Module for Hogan
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/gravityforms/options for passing args to the Gravity Forms' render function.
Options returned from the filter will be merged with defaults using wpparseargs()
Read the full README on GitHub →