Skip to main content
All CollectionsIn-app Surveys
Can I add a legal disclaimer to my survey?
Can I add a legal disclaimer to my survey?

Add text to the bottom of the survey like "Learn how we handle your feedback here" or "See our terms and conditions".

Daniel Pitrowiski avatar
Written by Daniel Pitrowiski
Updated this week

Yes, all Wootric surveys have the option to add disclaimer text to the bottom of the survey. The exact text is customized by yourself and allows you to add a link.

Example disclaimers

  • Learn how we handle your feedback here.

  • Do not share personal information here.

  • See our privacy policy to learn more.

Web Survey

window.wootricSettings = {
account_token: 'NPS-XXXXXXXX',
disclaimer: {
text: 'Learn how we handle your feedback',
link: 'https://www.yourbusiness.com/privacy/customer-feedback/',
link_word: 'here'
}
};

iOS

Android

If you're using the Flutter SDK wrapper find documentation about the disclaimer here: https://github.com/Wootric/WootricSDK-flutter?tab=readme-ov-file


Questions? Contact support@inmoment.com or create a support ticket here.

Did this answer your question?