-
-
Save jeffreygnatek/c7e4dc36f29208058045d9dbf7bc66af to your computer and use it in GitHub Desktop.
Timber + Gravity Forms Dynamic Population of Fields
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$gravityfunction = new Twig_SimpleFunction('displaygform', function ($id, $eventName) { | |
$form = gravity_form($id,false, false, false, array('event_name'=>$eventName)); | |
return $form; | |
}); | |
$twig->addFunction($gravityfunction); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment