Skip to content

Instantly share code, notes, and snippets.

@krystianbuczak
Created January 27, 2015 11:43
Show Gist options
  • Save krystianbuczak/2ab37ac18872584ec056 to your computer and use it in GitHub Desktop.
Save krystianbuczak/2ab37ac18872584ec056 to your computer and use it in GitHub Desktop.
Embed drupal webform
// get contact webform
$node = node_load(xx);
$submission = (object) array();
$enabled = TRUE;
$preview = FALSE;
$contact_form = drupal_get_form('webform_client_form_xx', $node, $submission, $enabled, $preview);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment