By filpet on
For my project i need to give every user a specific number at the registration. e.g. 02-07-09 ...07-09 stands for july 2009 and the first number (02) should be the number of the registration in one month...so that the next user who registers gets the number 030709 etc. and the next month it should start from the beginning with 010809.
Can somebody help me please?
Peter
Comments
computed field
If you are using CCK Node as user profile, you can think of using this module http://drupal.org/project/computed_field
computed field
Is there no way with achieving this without CCK? I'm using the core profile module
_
See http://drupal.org/node/116513
Ok thanks but I'm a newbie to
Ok thanks but I'm a newbie to drupal and i don't have much knowledge about creating modules...furthermore how can i do it that the autovalue will change for every registrant every month?