• 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: User Email

User Email 9 years 5 months ago #33024

  • info7587
  • info7587's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hi

I have dropdown list of 15 recipients of form
How to configure that user email in field FROM is mail of recipient what was selected
The administrator has disabled public write access.

User Email 9 years 5 months ago #33028

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

User Email 9 years 5 months ago #33031

  • info7587
  • info7587's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hi

I didnt write my question very well

I have dropdown list of 15 recipients of form

I need that when you send inquary to recepient7 in user email in field FROM be mail of recepient7
Now I must enter admin email
The administrator has disabled public write access.

User Email 9 years 5 months ago #33045

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Dropdown items can be set like this:

value1|label 1
value2|label 2
....

In your case, you should have something like this:

email1@domain.com|Recipient 1

Dropdowns have two placeholders:

- {field name:value}, will return "value1"
- {field name:label}, will return "label 1"

If you wish to use the actual selected email (in any area), use {field name:value}
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!