Skip to main content
Nintex Community Menu Bar
Question

How to Inject jquery file for reference into K2 SmartForm

  • December 9, 2024
  • 1 reply
  • 55 views

Forum|alt.badge.img+4

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.

1 reply

IvanK
Nintex Employee
Forum|alt.badge.img+3
  • Nintex Employee
  • December 9, 2024

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.