• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Help: Set TO Email from Checkbox

Help: Set TO Email from Checkbox 17 years 2 months ago #2212

  • mwnance
  • mwnance's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I have a checkbox. with 3 selections. I want the email to go to different people based on
which box is checked.. is that possible?
The administrator has disabled public write access.

Re:Help: Set TO Email from Checkbox 16 years 9 months ago #3987

Hi, did you figure this out? I have a similar situation. Need the form to go to different emails based on user selection.
The administrator has disabled public write access.

Re:Help: Set TO Email from Checkbox 16 years 8 months ago #4130

  • benc
  • benc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Add me to the list of people wanting a solution for this.
The administrator has disabled public write access.

Re:Help: Set TO Email from Checkbox 16 years 8 months ago #4131

  • richiep
  • richiep's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 131
set up your checkbox group like this

email1@this.com|send to email one
email2@this.com|send to email two
email3@this.com|send to email three

Actually I don't think that will work. I think you'll need to create three seperate checkboxes and set them up with this format

email1@this.com|send to email one

Then call the three components in the email to:
{email1:value},{email2:value},{email3:value}

Kind of clunky but not too bad. There may be a way to do this with JavaScript as well.

Good Luck
Richiep
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!