• 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: Email after form application is reviewed.

Email after form application is reviewed. 10 years 10 months ago #28112

  • jtd
  • jtd's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
We have developed an application with Forms Pro. Is it possible to send an email to the person who submitted the application after we review their app? can we managed the "Confirmed" radio button in the form and generate an automated email when the form is edited, confirmed and saved? We have further instruction to send to our reviewed and accepted applicants and would like to automate that process.

Thank you
The administrator has disabled public write access.

Email after form application is reviewed. 10 years 10 months ago #28141

This sounds like cause for either a separate-but-similar "app" for admins to use, or perhaps just a new mode switch in your existing code, for the new admin functionality.

To send the email:
docs.joomla.org/Sending_email_from_extensions

To limit your app's behavior by user/access:
docs.joomla.org/JFactory/getUser

More on that - note getAuthorisedViewLevels and such:
api.joomla.org/cms-3/classes/JUser.html
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!