I need for a few users to be able to end email all users of a drupal site. I am running on a Linux server. Is there a way to do this (either through Drupal or outside of it) without having to manually maintain a list of email addresses? I've seen a few modules that do this, but have stopped development due to the release of Drupal 4.7.
I want to use a date selection element to get the reader's date of birth. I would like the YEAR select box to print dates up to 18 years ago (site is for over 18's only). How can I do this?
I do not want to hack forms.include, but it seems very specific about what range of dates it prints.
I searched a lot on Drupal and search engines to find a way to do validation (client side or server side) of form elements. The scenario is I have a contact form http://www.phillips-fit.co.uk/what-to-do-now/contactme and I want to make sure that the user enters the same e-mail address in the 'e-mail' and 'confirm e-mail' field. I am not sure how it can be done. This site is using 4.6 and the survey module for the form.