Closed (outdated)
Project:
Inline Entity Form
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2013 at 08:33 UTC
Updated:
6 Nov 2025 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
elly commentedChanging title for clarity
Comment #2
off commentedSame issue
Comment #3
elly commentedBueller?
Comment #4
MrMaksimize commentedI can confirm that this happens. Can't figure out why. Figured I'd give it a bump.
Comment #5
dsdeiz commentedHi!
Did a few investigation. I think the problem lies on these lines. During that time,
$formininline_entity_form_field_widget_form()doesn't have the submit buttons on the form structure for user_profile_form yet.field_attach_formis called beforeuser_profile_formadds$form['actions'].Comment #6
vasikeIf you have selected "Inline entity form - Single value" widget, then it's normal not to have the action buttons.
please check the README file, about the widgets IEF module provide:
http://drupalcode.org/project/inline_entity_form.git/blob/refs/heads/7.x...
is this your case?
Comment #7
off commentedValues in inline entity form put to user entity are not saving
Comment #8
bojanz commentedProblems with the user add / edit / register form have been fixed by commit:
http://drupalcode.org/project/inline_entity_form.git/commitdiff/72f4b5a?...
Use the latest -dev, or wait for the new release to be tagged soon.
Comment #10
zmove commentedI bump this thread because it still doesn't work. At least for user register page.
I'm trying to add an organic group node creation on the user register page. I added an inline entity form that reference my group node type. I can see the form on the user register system, but when I fill all the required fields. Validate my form, the user is correctly created but the group not.
No error messages at all, the group node is just not created.
Tested with single value inline entity form, if I try the multiple value inline entity form widget, the group creation part of the form is just empty.
Test with latest 1.4 version of inline entity form, so it should include the patch above.
Comment #11
zmove commentedComment #12
dabblela commentedThis doesn't work for me either, because the form structure of the user_register_form submit button does not seem to match what the module expects. Patch attached that fixes the issue for me.
Comment #13
bojanz commented#12 was fixed in #2165113: Undefined index: #submit at inline_entity_form_form_alter().
I will tag a IEF 1.5 release in the next 24h, so test the latest -dev.
Comment #14
zmove commentedTested the IEF 1.5 version but it still not create my node on user register form.
Comment #15
nicxvan commentedCan confirm this is not working on IEF 1.5
Comment #16
dobrzyns commentedThis appears to duplicate #1876830 which has a patch submitted for review.
Comment #17
pixelsweatshop commentedLet's close this in favor of #1876830: Provide "user" entity type integration
Comment #18
josebc commentedIm facing the same issue with 7.x-1.6, #1876830: Provide "user" entity type integration does not appear to be a duplicate, as far as i understood its about inlining user entity not adding inline entity fields to user
managed to go around the issue by adding this in a form alter
Comment #19
bluegeek9 commentedWe appreciate your contributions to Inline Entity Form. Drupal 7 in End-of-Life. We encourage you to upgrade to a supported version of Drupal.