Skip to main content

I want to use QR Code image generator in my K2 smartform. 

When user create request QR code should be generate and display on the form. 

I have 2 jquery file for QR code generation and need to be placed on K2 smartform and use function to generate QR code.

How i can use jquery file for reference purpose on K2 smartform.

Hi,

in general you can create a style profile and specify links to js files in it (https://help.nintex.com/en-US/k2five/userguide/5.6/Content/Create/StyleProfile/Developer.htm).

I assume that these js files contains the core code and then you need to call a function or so to show the QR code on a form\view. To do that you can place a datalabel with a js script on the form\view.

If you provide some more details about the script you’re using, i would be able to provide more detailed steps.


Reply