Closed (outdated)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 01:39 UTC
Updated:
20 Jul 2026 at 22:44 UTC
Jump to comment: Most recent
Comments
Comment #1
drm commentedI am also trying to get a node form to work in a modal - not getting the submission. If there are any working examples, would be much appreciated.
Comment #2
tic2000 commentedUnfortunately I didn't found a solution either.
Comment #3
drm commentedSince the form is displaying correctly with tic2000's code, but not submitting (no error, just no node created or log entries), I'm assuming that the way node submission finds its submission function (given different node type forms) is somehow the problem. I tried setting $form['#action'] but every variation caused an error. But the intricacies of form submission handler finding, particularly in this ajax environment, are beyond me.
Comment #4
nagiek commentedHey I know it's been a while, but was a solution ever found for this? Any possibility of including a link?
Many thanks.
Comment #5
lcnphp commentedmove module_load_include('inc', 'node', 'node.pages');
from somemodule_node_form
to somemodule_node_add_page
because during submitting, it need to load the node.pages.inc
Comment #6
japerryDrupal 7 is no longer supported, closing.