Dear Drupal Experts I have data for 100 users, and I am going to show the data of 100 users (such as name, resume (partly), qualification etc to a logged in user.
Also for 100 users I want to keep 100 checkboxes.
When logged in user want to send mass emails to some users out of those 100 users, the logged in user need to select the corresponding checkbox and next click send email button.
Next another second page should with a email form (like To , Subject, Mail body fields).
Now my question is when second page (containing email form) comes, how do I know which all users were selected by logged in user for sending mass email.
Best Regards kamal
Read the part of multi-step forms, on the drupal API. http://api.drupal.org/
Gr, Stefan
Op 26 mei 2013, om 15:07 heeft Kamal Palei palei.kamal@gmail.com het volgende geschreven:
Dear Drupal Experts I have data for 100 users, and I am going to show the data of 100 users (such as name, resume (partly), qualification etc to a logged in user.
Also for 100 users I want to keep 100 checkboxes.
When logged in user want to send mass emails to some users out of those 100 users, the logged in user need to select the corresponding checkbox and next click send email button.
Next another second page should with a email form (like To , Subject, Mail body fields).
Now my question is when second page (containing email form) comes, how do I know which all users were selected by logged in user for sending mass email.
Best Regards kamal
-- [ Drupal support list | http://lists.drupal.org/ ]
Sounds like a good use case for Views Bulk Operations and a small custom module to show an email form.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: Kamal Palei I have data for 100 users, and I am going to show the data of 100 users (such as name, resume (partly), qualification etc to a logged in user. Also for 100 users I want to keep 100 checkboxes.
When logged in user want to send mass emails to some users out of those 100 users, the logged in user need to select the corresponding checkbox and next click send email button.
Next another second page should with a email form (like To , Subject, Mail body fields).
Now my question is when second page (containing email form) comes, how do I know which all users were selected by logged in user for sending mass email.