I've got a a customized DispForm that pulls in data from a registration list. This displays people who have registered for an event and displays it with the details of the event.
What I'd like to be able to do, is create a hyperlink or button on the page that iterates through the list of users and when clicked, opens a mailto: href that is populated with all the users.
Any ideas on how this could be accomplished with jQuery?