• 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: different emails on specific dropdown selection

different emails on specific dropdown selection 4 years 3 weeks ago #41119

  • pas1972
  • pas1972's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Thank you received: 2
Hi,
How can I set a different email-address when selecting a specific item in drop-down.

I have This e-mail address is being protected from spambots. You need JavaScript enabled to view it for all options now.
I want to use This e-mail address is being protected from spambots. You need JavaScript enabled to view it + bcc to This e-mail address is being protected from spambots. You need JavaScript enabled to view it for 1 option in drop-down.

How can this be done?

Right now I use this in dropdown:
info@company.com| Location main
location-a@company.com,info@company.com| Location A

But I want the This e-mail address is being protected from spambots. You need JavaScript enabled to view it as 'bcc' in last option and the 'reply to' in user email also as This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Any suggestions how to get this done?

Regards,
Pas
Last Edit: 4 years 3 weeks ago by pas1972.
The administrator has disabled public write access.

different emails on specific dropdown selection 3 years 2 months ago #41843

Did you ever figure this out? I am looking to do the same.
The administrator has disabled public write access.

different emails on specific dropdown selection 3 years 2 months ago #41846

  • pas1972
  • pas1972's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Thank you received: 2
Hi Adina,
This provides all the info needed:
www.rsjoomla.com/support/documentation/r...p-email-scripts.html

I used this script to make it work in my case:

if($_POST[0] == 'other')
{
$adminEmail = ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ';
$adminEmail = 'location-a@company.com,info@company.com';
}

Good luck
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!