0 Replies Latest reply on May 10, 2019 4:20 AM by avinashrai16

    How to Execute Custom HTML code in Task Forms in JBPM 7.13?

    avinashrai16

      I am trying to Execute Custom HTML code in Task Forms for showing a PDF file using IFRAME tag ,but the HTML form control provided in form editor is not working as expected.I am getting full HTML code being printed on the screen.

      Below is the HTML component i am trying to use to execute my html.

       

      HTML code :

      <iframe src="http://****:****/****.pdf" style="width: 50%;height: 100%;border: solid;"><iframe>

      I was hoping to see the PDF file being shown in the IFRAME.but it is showing full html code only.

      I need help on how can we execute the cutom HTML codes in Human task Forms

      The JBPM version i am using is 7.13.with all default settings in place.