Active
Project:
Related Subforms - editing/adding nodes together with their children node types
Version:
5.x-1.3-beta
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2008 at 22:03 UTC
Updated:
4 Jan 2009 at 20:08 UTC
Comments
Comment #1
noelbush commentedI have found that a small patch to subform_element avoids this error. I don't think it's a proper solution, but it gets me around this problem for the moment. See http://drupal.org/node/287378.
Comment #2
noelbush commentedMy "solution" suggested above doesn't really help. I think this is a very critical problem. Anybody out there?
Comment #3
Tamar Badichi-Levy commentedI'm sorry for not being around so much time... About this issue. "subform element" module does not support multiple forms with the same form_id in the same form. I have spent a lot of time to find a workaround but without success. Do you have this error on forms with one subform of each form_id?
Comment #4
noelbush commentedIn my situation, there appears to be only one value of "form_id" on the entire form. Its value is "admission_application_node_form".
I am using relativity, and I have a type called "admission_application" and a type called "applicant". An "admission_application" can have one or more "applicant" children. Using your module along with subform_element seems to work fine when creating the initial admission_application and one applicant, but then when I go back to edit an existing admission_application, I get the error mentioned above when I try to save.
Comment #5
t4him commentedSubscribing for possible solution to this problem.
Comment #6
socialnicheguru commenteddid anyone take a look at:
http://drupal.org/node/187953
I think it is a patch to subform element to allow for multiple subforms of the same type to a node.
EDIT: ABOVE IS FOR A DIFFERENT ISSUE. SORRY
this did help me though:
http://drupal.org/node/276782#comment-907248