Redirect Plugin Issue

ranggasan

New Member
I have problem on redirect plugin, when I write code on submission message using HTML, the code is changed by itself when I save the form. Look at the screenshot below:

script.png


Here is the code if anyone would like to try to insert into your redirect plugin
HTML:
<html>
   <head>
      <link rel="stylesheet" href="media/custom_files/notif/lobibox.min.css"/>
      <link rel="stylesheet" href="media/custom_files/notif/animate.css"/>
     
      <script src="media/custom_files/notif/jquery-1.11.1.min.js"></script>
      <script src="media/custom_files/notif/lobibox.min.js"></script>
      <script src="media/custom_files/notif/notifications.min.js"></script>
      <script src="media/custom_files/notif/messageboxes.min.js"></script>
   </head>
  
   <body>
   <style>
     .alert.alert-message {
       display: none;
   </style>

      <script>
        Lobibox.notify('success', {
        pauseDelayOnHover: true,
        continueDelayOnInactiveTab: false,
        position: 'bottom left',
        showClass: 'zoomInUp',
        hideClass: 'zoomOutDown',
        title: 'Sukses!',
        msg: 'Data berhasil diupdate.'
        });
      </script>
   </body>
</html>

I just upgraded to Fabrik 3.9.1 and I thought the bug is fixed but the problem is still occur

I have some form build using old fabrik, there's no such bug

Does anyone experience same issue?

I'm using:
Joomla: 3.9.18
Fabrik: 3.9.1
PHP: 7.3.3
 
I can't replicate, you asked this before in an other thread.
Do you have 3rd-party plugins which may change the tags (maybe security settings?)
 
I can't replicate, you asked this before in an other thread.
Do you have 3rd-party plugins which may change the tags (maybe security settings?)
Ah, when you said security, I remember that I have firewall on my site, I have disabled it and the plugin works now. Thanks :)
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top