• 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: Conditional data sent in part of the email

Conditional data sent in part of the email 12 years 2 months ago #21808

  • louis037
  • louis037's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hello, I wish to send conditional data by mail : example :
If one radio est checked, send different part on email, if another checked, send other part on tne email.

Here's my custom scripr which doesn't work: (I put it in custom email script )
In my body of the mail there's a place where is {checked}

if($_POST[0].checked)
$additionalEmail = str_replace('{custom}', $_POST.value, $additionalEmail);
if($_POST[1].checked)
$additionalEmail = str_replace('{custom}', $_POST.value, $additionalEmail);

Can anyone help me for it?
The address of the form is : www.svpacademyteam.com/index.php?option=com_rsform&formId=12
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!