Ive been using SuiteCRM for about 4 years and i’m reasonably competent in most areas but have hit a problem that doesn’t seem to have been covered in any of the forums that i can find.
Using the workflow module i created a new workflow to send an email whenever a new lead is added to a campaign as i have a webform set up from my website that adds a new lead to a campaign so i thought it would be useful if we get an alert when this happens.
Unfortunately when i select send email as an action the plus button to add an email address doesn’t work, it doesn’t trigger the drop down and in my inspector console i get the following message:
Uncaught ReferenceError: add_emailLine is not defined
at HTMLButtonElement.onclick (index.php?module=AOW_WorkFlow&action=EditView&return_module=AOW_WorkFlow&return_action=DetailView:1)
onclick @ index.php?module=AOW_WorkFlow&action=EditView&return_module=AOW_WorkFlow&return_action=DetailView:1
On the demo the button fires as it should so i figure it is something in my set up, i’ve rechecked all my permissions and i’m running the latest version
Version 7.8.3
Sugar Version 6.5.24 (Build 509)
Is there anyone who could point me in the right direction?