Skip to content

Instantly share code, notes, and snippets.

@brs14ku
Created January 26, 2015 22:18
Show Gist options
  • Save brs14ku/d2c0411785a27a937623 to your computer and use it in GitHub Desktop.
Save brs14ku/d2c0411785a27a937623 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);
@brs14ku
Copy link
Author

brs14ku commented Jan 26, 2015

@silviotroia
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment