By php_coder2114 on
I tried upgrading the webform to the new Drupal form API. I am getting a segmentation fault.
You can find the code at http://drupal.org/node/29388. If anyone has any pointers.
Thank You
I tried upgrading the webform to the new Drupal form API. I am getting a segmentation fault.
You can find the code at http://drupal.org/node/29388. If anyone has any pointers.
Thank You
Comments
I found my error
RTFM to me. Must return $form array not drupal_get_form.
Thanks to all.