Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeffreygnatek/c7e4dc36f29208058045d9dbf7bc66af to your computer and use it in GitHub Desktop.
Save jeffreygnatek/c7e4dc36f29208058045d9dbf7bc66af to your computer and use it in GitHub Desktop.
Timber + Gravity Forms Dynamic Population of Fields
$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