PHP code example of dekodeinteraktiv / hogan-form
1. Go to this page and download the library: Download dekodeinteraktiv/hogan-form library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dekodeinteraktiv / hogan-form example snippets
//default values
$gs_defaults = [
'display_title' => true,
'display_description' => true,
'display_inactive' => false,
'field_values' => null,
'ajax' => false,
'tabindex' => 1,
];
add_filter('hogan/module/form/gravity_forms/options', function() {
return ['display_title' => false];
});