Hi,
Hope someone can advise.
I am using drupal 6.
I have a node called [classroom].
I would like to have a [vacancy register] associated with each classroom.
vacancy register is a cck type with: - uid - nid - join date
I would like for each user to [register] for a vacancy. I think I can use flag for this.
When a user joins, I can use rules to action an email to be sent to the user and the [classroom]->cck_email field.
1. I would like a rule schedule to also run every 30 days ( configurable ) to alert the user to confirm their [registration].
1a. If no registration is confirmed, then 14 days later, the user is [unregistered] from the classroom.
1b. If user confirms registration ( by clicking on a button or url ). then the rule 1 runs again.
I would like to confirms if my approach to this is correct.
Thanks in advance.
Cheers Ed