• 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: Multiple Submission buttons to different e-mails?

Multiple Submission buttons to different e-mails? 15 years 8 months ago #8316

  • kade119
  • kade119's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I need to setup about 5 submission buttons all going to different e-mail addresses, is this possible with rsfromPRO?

Thanks much
The administrator has disabled public write access.

Re:Multiple Submission buttons to different e-mails? 15 years 8 months ago #8317

  • kade119
  • kade119's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
i tried teh below code


in the script section i added
$mailto = $_POST['me'];
 
if($mailto == 'webmaster')
{
$email = "one@one.com";
}elseif($mailto == 'admin'){
$email = "two@two.com";
};

and the in the form layout section i added
<select name='me' size='1'>
<option value='webmaster'>Web Master</option>
<option value='admin'>Admin</option>
</select>

this way you select who the e-mail goes to but that didn't work

any other ideas ?
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!