Closed (fixed)
Project:
AHAH Forms Framework
Version:
5.x-1.5-5
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2007 at 11:17 UTC
Updated:
21 Jul 2009 at 21:13 UTC
any way to embed ahah elements into already existing cck nodes?
thanks.
Comments
Comment #1
starbow commentedNot that I know of.
Comment #2
starbow commentedComment #3
wishcow commentedHi Starbow, is this an actual problem?
I tried doing this with hook_form_alter for a cck node called contact:
The ahah ajax posts, but only the submit button was passed in the $_POST variables:
array(1) { ["op"]=> string(15) "Add new contact" }
Is there be a problem posting the cck fields with the ahah post?
Comment #4
wishcow commentedI changed the id of the form, and it fixed the problem. Which makes me wonder if we are talking about the same issue at all :P
Comment #5
starbow commented