Hello guys,

I have a question about How to move non-cck fields(title,body_field,pah) into cck fieldgroup tabs?
I already used form_alter but failed to move non-cck fields into fieldgroup tabs. What I notice is that
cck fieldgroup tabs uses $pre_render callback wherein it alters the form elements.
Is there any way i can alter again the #pre_render done by cck fieldgroup tabs?

Comments

achilles085’s picture

Is there any how we can do this? any thoughts? anyone?

zipymonkey’s picture

You should read this forum post it outlines what you can and cannot do.

http://drupal.org/node/354849

Z.Monkey