Closed (duplicate)
Project:
Webform
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2008 at 10:44 UTC
Updated:
22 Jun 2009 at 04:45 UTC
I insert a webform in a cck content with nodereference field.
When i submit the form with errors, it goes to the webform node, instead of show them in the cck node.
Comments
Comment #1
quicksketchSee this issue: http://drupal.org/node/250767
Comment #2
danielb commentedehe if anyone found this issue in google trying to figure out how to put a Node Reference select into a webform - that's not what this is about. To do that here is a hint
I create a select with no choices, and that code adds the node choices in when a node of that type is saved.
Comment #3
beauz commentedWould this update the form if new nodes were created? Can you give any more info on how I would go about adding this code? where exactly should it go?