• 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: Additional php in user emails

Additional php in user emails 7 years 2 months ago #37961

  • info7829
  • info7829's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi, I have RS Form and RS Events installed. All works well. I have linked an RS Form to the subsciption of an event.

Depending on the date of the event, I will sent an iCal with the user email to the subscriber.

The code I now have:

if($_POST == '12 april 2018') $userEmail[] = JPATH_SITE.'/images/cursus-omgevingswet-12-april.ics';

if($_POST == '20 april 2018') $userEmail[] = JPATH_SITE.'/images/cursus-omgevingswet-20-april.ics';

But there is something wrong, because no ics file is sent.
The EventStartDateOnly is a field from RS Events.

Can somebody help me out to get this working?
Thanks in advance!!
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!