Is there a way to have a form send an email to all users within a specific joomla group?
Sure you can do whatever you want.
Need two read data actions, or if you know what you're doing you might be able to do it in one with multiple models.
1: Need to get all user ids in the user-usergroup-map table or whatever it's called where the group id matches the one you want.
Then get all users with ---> id/in:{var:read_data_action1.model.id}
Put {var:read_data_action2.model.email} as the recipient of the email.
Need two read data actions, or if you know what you're doing you might be able to do it in one with multiple models.
1: Need to get all user ids in the user-usergroup-map table or whatever it's called where the group id matches the one you want.
Then get all users with ---> id/in:{var:read_data_action1.model.id}
Put {var:read_data_action2.model.email} as the recipient of the email.
This topic is locked and no more replies can be posted.