(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.data-privacy-src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PF5R8F7');

Knowledge Base

Custom Display Configurations of Scan Response

Customize the Response Seen After a Scan

In addition to using the Alter Response feature, with or without Webify, on the Advanced step while creating/editing your Services there’s an option called “Enable custom display configuration.”

You can remove options and edit the text within specific options and paste those changes into the form field. For changing the labels, you add your text between the quotes after the colon (:). For picking colors you can use the color utility under the form field.

Note: The last option in the example text does not have a comma suffix.

{
"status_title_valid":"Success",
"status_color_valid":"#22f925",
"status_title_invalid":"Failure",
"status_color_invalid":"#f21135",
"status_title_warning":"Warning",
"status_color_warning":"#d29935",
"status_title_presubmit":"Create New Record",
"status_color_presubmit":"#1111FF",
"status_title_default":"My Record",
"status_color_default":"#54545",
"status_icon_hidden":"true",
"value_hidden":"true",
"response_hidden":"true",
"value_label":"Student",
"response_label":"Student Details",
"question_labels_hidden":"2383,1199"
}

Editable Variables

Use this chart to know what you are changing:

  1. status_title_valid
  2. status_color_valid
  3. status_title_invalid
  4. status_color_invalid
  5. status_title_warning
  6. status_color_warning
  7. status_title_presubmit – not shown here, for presubmit question screen
  8. status_color_presubmit – not shown here, for presubmit question screen
  9. status_title_default – not shown, changes ALL titles to the same label
  10. status_color_default – not shown, changes ALL colors to the same color
  11. status_icon_hidden
  12. value_hidden
  13. response_hidden
  14. value_label
  15. response_label
  16. question_labels_hidden
Custom Display Configurations