Page 1 of 1

Customizing the Actions by email template.

Posted: Mon May 06, 2019 5:38 am
by avanzyl
Hi,

I would like to customize the normal actions by email template by creating a button, and configuring the button such that the "@#__ABE__" is embedded in the button. In other words, when i click on my custom button, then the next actions by email task will be presented to the user.

Any help on this will be much appreciated.

Re: Customizing the Actions by email template.

Posted: Tue May 07, 2019 1:27 am
by amosbatto
You can edit the code in workflow/engine/classes/ActionsByEmailCoreClass.php to change what gets inserted in place of @#__ABE__.

I imagine that you want to insert HTML code like this:
<button onclick="window.location.href='http://your/actions/by/email/url/here.php'">Click me</button>