Compatibility: | IdSurvey 6 | IdSurvey 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”.
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>