I am developing a module for this i want to add some check boxes in node form of any node type selected by user but i do not know which hook i use for this
You're probably looking at hook_form_alter, but if you're adding checkboxes, why not just use CCK?
A more useful place to ask for help is on the support forum of drupal.org. There are about 200 members of the South Africa group; there are about 500,000 members on drupal.org - which is why you're more likely to find help there ;)
Groups.drupal.org is a part of the drupal.org group of sites. Logging in on this site requires an account on the main drupal.org site. If you do not have an account on drupal.org, you will need to create one, log in over there, and then come back here where you should automatically be logged in.
hook_form_alter
You're probably looking at hook_form_alter, but if you're adding checkboxes, why not just use CCK?
A more useful place to ask for help is on the support forum of drupal.org. There are about 200 members of the South Africa group; there are about 500,000 members on drupal.org - which is why you're more likely to find help there ;)
Alternatively, jump onto irc.
Thanks
Hello
Thanks i have also this issue i have used form alter function
hi
@asghar
Roger Saner is right use modulename_form_alter(); and check node type which you want
got it! if still you have issue send us a small code snippest
Best of Luck!