How is the unique ID generated?

  • Tamaggio
    Asked on June 29, 2020 at 4:29 PM

    Nous avons créé un formulaire et utilisons ce widget 

    https://www.jotform.com/widgets/unique-id 

    Pour le suivi du tracking, nous avons besoin de savoir comment se génère le « transaction ID ». 

    Nous voyons bien que le ID s'affiche dans dans les URL parameters de la page thank you qui est affichée après que le formulaire soit soumis avec succès par un lead.


    Exemple : /en/products-services/packaging/order/thank-you?request_id=LG001451&request=Specific needs

    Mais ceci ne confirme pas le moment ou se génère le ID. Pouvez-vous confirmer si le transaction_ID se génère au moment du form submit ou est-ce plutôt quand lors de l'ouverture du formulaire?

    Merci à l'avance de votre réponse!


    Tamara

  • Kevin Support Team Lead
    Replied on June 29, 2020 at 7:44 PM

    The unique ID value is generated after the submission; however, it's possible to display this number on the "Thank You" page or pass the value through the URL. 

    To pass the value through the URL, make sure you have used the field name, this guide will help you to find it: https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names

    I have tested this feature and was able to get it working, you can test my form here: https://form.jotform.com/53126628490962 

    The unique ID value is being passed over the URL to a Google search, this is my URL: https://www.google.com/?q={uniqueId} 

    Kindly give it a try and let us know if you have any questions.