Closed (fixed)
Project:
Webform
Version:
7.x-3.18
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2013 at 15:36 UTC
Updated:
5 Jul 2015 at 19:57 UTC
Jump to comment: Most recent
I'm working witch webform module. I want to pass a new webform cretaed, when i used this function drupal_render(drupal_get_form( 'webform-client-form-9')); it's not work. the same function worked fine when i call a user register drupal_render(drupal_get_form( 'user_register'')).
Can you help me?
Thanks in advance
Comments
Comment #1
sandipmkhairnar commentedTry this one.
Comment #2
quicksketchYep, Webform forms are separated with underscores in their IDs, not hyphens.
Comment #3
makenson commentedThanks it's work for me