Creating a membership qr code

  • islandrecreational
    Asked on March 28, 2018 at 3:38 PM

    need to create a qr code based on user information. that i am using the 

    Dynamic QR Code

     by devgbk


    i need to after it creates post to a portion of my APP for the customer to use when they come into my retail locations as a membership card. how can i get this done?


     
  • Richie JotForm Support
    Replied on March 28, 2018 at 5:42 PM

    You can input any field to your qr code by using the Dynamic QR code.

    I have a sample in where the qr code will get the Name, email and a question from my form.

    Here is a sample screen cast:

    Creating a membership qr code  Image 1 Screenshot 60

    When I scanned it this was the result:

    Creating a membership qr code  Image 2 Screenshot 71

    To achieve this, I have used a Form Calculation widget

    Creating a membership qr code  Image 3 Screenshot 82


    to hold the fields I wanted to have in my QR code.

    Separated by a comma and space before a new field is placed.

    Creating a membership qr code  Image 4 Screenshot 93

    Then used the Field Label to encode the qr.

    Creating a membership qr code  Image 5 Screenshot 104


    Here is my sample form :https://form.jotform.com/80866035766971

    Hope this information helps.

    If this  does not answer your question, kindly give us more information so that we can assist you.

    Thank you.

  • islandrecreational
    Replied on March 28, 2018 at 9:43 PM
    Now how does this get saved once the user creates it or will they need to create each time
    Sent from my iPhone
    ...
  • Ashwin JotForm Support
    Replied on March 29, 2018 at 4:19 AM

    Please note that when the form is submitted, the generated QR code will be saved in form's submission page. You can also add "Form Auto-responder" email alert in form which will send an email to the user who submitted form.

    Hope this helps.

    Do get back to us if you have any questions.

  • islandrecreational
    Replied on March 29, 2018 at 8:43 AM

    i need it to be stored inside our APP so the customer can access
    it
    ...
  • Ashwin JotForm Support
    Replied on March 29, 2018 at 10:05 AM

    You can take advantage of our POST feature to post the form data to your own page where you can read the data and save it in your own page. You may like to take a look at the following guide on how to post submission data to your own page:  https://www.jotform.com/help/51-How-to-Post-Submission-Data-to-Thank-You-Page

    You may also like to take a look at the following guide on how to save submission data in your database:  https://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    Hope this helps.

    Do try it out and get back to us if you have any questions.