In both NPS and Multi-Question, I can’t seem to figure out how to edit this language.
There’s no way to edit in the settings area where you enable it. And you cannot click into the field to edit it on the guide.
In both NPS and Multi-Question, I can’t seem to figure out how to edit this language.
There’s no way to edit in the settings area where you enable it. And you cannot click into the field to edit it on the guide.
Thanks for posting to PX Community
This is currently not possible in the UX, but seems like a great enhancement to include in the Community Ideas section.
While it is really just a CSS hack, you can try using this custom CSS in either the NPS or Multi Question Survey.
div.checkbox-text {
display: none; /* Hide the original text in the editor*/
}
div.apt-contact-me-text {
display: none; /* Hide the original text in the viewed survey*/
}
div.checkbox-box::after {
content: " This is the new contact me text, which could be customized."; /* Insert the replacement text in the editor*/
font-size: 12px;
}
div.apt-contact-wrapper::after {
content: " This is the new contact me text, which could be customized."; /* Insert the replacement text in the viewed survey*/
font-size: 12px;
}
For your Multi Question Surveys, I would recommend just adding an additional question to handle this instead of using the standard Contact Me setting option.
Happy PX-ing!!!
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.