1
0
-1

hello everyone 

i used the qr generator tool and its work and generate the qr as a png 

how to print this qr png inside the form (no longer download it at the laptop) ,

and how to let the qr code take all the values from the form 

case here i put what to take 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Thank you so much 

      but I would ask if there a way to let the QR code take all the values from the form 

      without witting them all 


      thanks so much again 

      my respect

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi Nihal,

        You can change the File Upload element to Image Upload element, and make sure "Create Thumbnail" is unchecked

        Now you can view this png file inside the form. You can also utilise custom HTML to print it out as you wish.

        To retrieve values from form, you can utilise form hash variables by referring to Hash Variable - Knowledge Base for DX 8 - Joget | COMMUNITY

        Hope it helps!


          CommentAdd your comment...