Skip to content

Receive UUID as query param and use in return link

Shon Feder requested to merge thread-uuid-through into master

Implements

  1. Please set up Fact Blaster to receive a query string that will be appended to the url. It will be called "uuid" (for example: http://143.110.210.183/1?uuid=[identifier])
  2. Change the link on the finish page to: https://utsa.az1.qualtrics.com/jfe/form/SV_51heEkn5uJHfRrg -- (Note this is a new survey link altogether)
  3. Append the uuid from step 1 to this link on the finish page (for example: https://utsa.az1.qualtrics.com/jfe/form/SV_51heEkn5uJHfRrg?uuid=[identifier])
  4. Remove "completion code"

Merge request reports