Action trigger close modal before open
What I am trying to do:
I want make email template configuration so inside each template got 3 actions which is Preview, Send Test and Publish.
I've made the actions succefully like what i want it able to preview, send the test email and save the template,
I render the action by looping and given unique name to identify the action for which template
My issue/the error:
the actions only work for the first loop the second and etc wont work or even not execute the process code
I want make email template configuration so inside each template got 3 actions which is Preview, Send Test and Publish.
- Preview will render the html directly via action modal content,
- Send Testwill execute an action to send the email with the current template that user editing with
- publishaction that save the template to the database
I've made the actions succefully like what i want it able to preview, send the test email and save the template,
I render the action by looping and given unique name to identify the action for which template
My issue/the error:
the actions only work for the first loop the second and etc wont work or even not execute the process code
