• 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 receivers in one form

This message has been removed by user's request. 16 years 4 months ago #5811

  • 0635a56921eef9d293b34a380056c072@RSJOOMLA_DELETED
  • 0635a56921eef9d293b34a380056c072@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.

Re:Different receivers in one form 16 years 4 months ago #5830

  • proexe
  • proexe's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
If i have got this right all you would need to do is create a dropdown list and then put in the values as

email@yourdomain.com|Your Subject
email2@yourdomain.com|Your 2nd Subject

etc etc.....


then in the email you are sending to the admin you put the {Subject:value} (this is the name you have given your field) in the email address field and this should populate the address line with the email address for the subject selected.

If I am wrong admins please let me know.

Thanks

Stewart Shram<br><br>Post edited by: stewart.shram, at: 2008/12/02 18:28
The administrator has disabled public write access.

Re:Different receivers in one form 16 years 4 months ago #5843

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Thank you for your contribution, Stewart. This was the solution.
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.

Re:Different receivers in one form 16 years 4 months ago #5940

  • parelweb
  • parelweb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
I've made a list as described. Unfortunately only the submitters gets a confirmation mail. The mail to the subject selected does not get send.
See attachement for settings.
Attachments:
The administrator has disabled public write access.

Re:Different receivers in one form 16 years 3 months ago #5966

Hoi,

I'm having the same problem in the tryout version (i'm still testing). But when i use {team:value} in the submitter mail it gets the right emailaddress. When i use in the To field it doens't seem to work. The same problem with the admin email.

Regards,

Jaap

UPDATE: when i use emailaddresses with another provider it seems to work. Is it possible that your provider blocks something?<br><br>Post edited by: peters901, at: 2008/12/20 11:36
The administrator has disabled public write access.

Re:Different receivers in one form 16 years 3 months ago #5983

  • herobe
  • herobe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
I experience the same issue.
I solved this by putting a page before the forms.
copied 1 form and changed it for each department..<br><br>Post edited by: info86, at: 2008/12/23 03:16
The administrator has disabled public write access.

Re:Different receivers in one form 16 years 3 months ago #6165

hi
i have purchased the rsform pro and my question is how can hide the emails in the dropdownlist
email@yourdomain.com|Your Subject
email2@yourdomain.com|Your 2nd Subject
it should look like:

team1
team2
team3

i found a way from chronoforms but i can't handle with it
can any one help me please

this would be in html part
Select the recipient you wish to contact:
<select name=\"recipients\">
<option value=\"em1\">Name 1</option>
<option value=\"em2\">Name 2</option>
<option value=\"em3\">Name 3</option>
. . .
</select>

and should this go in scripts tag ?

<?php
$emails = array('em1'=>' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ', 'em2'=>' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ', 'em3'=>' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ', . . .);
$rows[0]->extraemail = $emails[$_POST];
?>
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!