Nintex SharePoint QR code generator

  • 14 August 2020
  • 1 reply
  • 198 views

Badge +1

Hi

I thought I would share how to generate dynamic QR codes using free API, Nintex live forms and SharePoint

1. Create a list e.g.
"Client Name" - Single line of text

"State" - Choice or single line of text (whatever your preference)
"QR code and link"  - Single line of text.  (important for the moment)

2. Create a new form 

8681i87F11087AF0A00CA.jpg

3. Connect "client name" and "state" to the list.

4. Create 2 calculated value components.

5. In 1st calculated value enter the following formula 

"https://api.qrserver.com/v1/create-qr-code/?data=[your nintex live url]"
+State
+"%26ClientName%3D"+replace(ClientName," ","%20")
Note: Remember about URL encoding you can look it up here  

The APi I used is https://api.qrserver.com/v1/create-qr-code/?data= from http://goqr.me/api/ which is a free service.

 

8682i77B92A5534A85D80.jpg

6. Enter name of the calculated value "UrlLink" 

8684iC40686370AECCC6E.jpg

 

 

 7. Enter following formula in 2nd calculated value 

<a href='+UrlLink+'> <img src='+UrlLink+ ' alt= "QR CODE" style="width:150px;height:150px;">

8685i05BE3B808C416E43.jpg

 8. Connect 2nd Calculated value to "QR code and link" (it will only allow you to connect to single line text)

   9. Hide 1st calculated value using css (display:none;)

   10. When you open the form you should see QR code generated 

 

8686i06E5C89F00003C3C.jpg

 the QR code will change depending on the values you entered in "state" and "client name".

Note: If you try to save now, you will get an error because links cannot be saved to a single line of text.

11. Open the list click on "QR code and link" and change it to Multiple lines of text - Enhanced rich text 

8687iA255199872E56629.jpg

 Now when you click save on the form you will be able to save the QR code into your list .

8688i52304EB77399075C.jpg

 

 

 

 

 

 


1 reply

URGENT: - Can I use http://goqr.me/api/ for Live SharePoint Environment using free for lifetime.

Reply