Posted by jungie71 on July 24, 2011 at 6:59am
I am trying to set different number of cardinality per instance
I have searched for how to do this, and I found Amitaibu's answer that I should use hook_form_alter() for it.
However...
I am fairly new to drupal, I just started building the site like a month ago, so I am really struggling to figure out exactly what to do...
I am to set the value to unlimited and use hook_form_alter() to change back to another value for specific content type...
I am so newbie that I don't know exactly where to start except for looking at og.module file... and I don't even know that's the right place to start...
Can anyone help me out with this?