I've created a custom node module using ahah form framework. When I'm viewing the node creation page (mysite/node/add/advanced-profile), there's no problem. But when I'm using my node type as nodeprofile (http://drupal.org/project/nodeprofile) to show my node form during user registration, I get this error message on ahah reloading:
form_id mismatch: profil_utilisateur_node_form vs : No cached subform_build_id! : Can not find old cached args : Bad subform_id in args - vs ahah_form_node_profil
What's wrong?
Comments
Comment #1
Ocyrhoé commentedOk, I've found the problem. the nodeprofile module nest the post values:
$_post[subform_build_ids] become $_post[$form_id][subform_build_ids]
patching the dynamic_subform module won't be so easy...
Comment #2
Ocyrhoé commented