I am following this link on how i can call jasper report from my joget form:- http://dev.joget.org/community/display/FORUM/Can+i+call+a+jasperReport+from+a+joget+userview+or+web+console+and+pass+dynamic+parameters+to+it?focusedCommentId=8716940&#comment-8716940 .

But what i noticed is that it uses a "submit" button to do the call,,, but on my joget form builder there is not option to add new button to my form.

so does any one know how i can add a new "submit" button in my joget form to display a report  ?

Best Regards

  • No labels

3 Comments

  1. Hi John,

    Form the example, it actually using jQuery to override the event handle of the original submit button. You can try to use jQuery to add a new button or using the "Custom HTML form element" to add your new button.

    Hope this help.

    Best regards.

  2. thanks Owen,

    i have the same problem , i use the "Custom HTML form element" to add your new button

    but who can open new form when press that button?

    1. How you design your button? That's exactly how.