Hide the “New Phone Number” button from CATI interface

Compatibility:IdSurvey 6IdSurvey 7

With this script you can hide the “New Phone Number” button from CATI interface. Normally, this button allows the telephone interviewer to add a new number to the contact field called “New Phone”.

hide_new_phone_number_CATI

Instructions

Copy and paste the following global script in the box “Edit script” that you can find under the “Settings” > “Advanced” section of the survey menu.

<style> 
#add-number{display:none;}
</style>


hide_new_phone

Leave A Comment?