Blitzllama Documentation
  • About Blitzllama
  • Quickstart Guides
    • Creating Surveys
    • Creating Quizzes
    • Targeting Essentials
    • Customization & Personalization
    • Extracting Insights from Surveys
    • Core Concepts
  • PLATFORMS
    • Android
    • iOS
    • Web
    • React Native
    • Flutter
    • Google Tag Manager
    • Links
    • API
  • Connections - Sources
    • Mixpanel
    • CleverTap
    • Segment
    • Amplitude
    • RudderStack
    • Backend Triggers
    • Hightouch
  • Connections - Destinations
    • Amplitude
    • CleverTap
    • Mixpanel
    • Segment Streams
    • Zapier
    • Slack
    • Webhook
    • Export APIs
  • ORGANIZATION
    • Team Members & Projects
    • MTU Sampling
  • Eureka - Connections
    • Zendesk
    • Freshdesk
    • Intercom
    • Play Store
    • Appstore
Powered by GitBook
On this page
  • 1. Customizing Questions
  • 2. Conditional Logic
  • 3. Personalizing Language
  • 4. Personalizing Questions Texts
  • 5. Customizing the Look & Feel

Was this helpful?

  1. Quickstart Guides

Customization & Personalization

PreviousTargeting EssentialsNextExtracting Insights from Surveys

Last updated 5 months ago

Was this helpful?

Blitzllama's customization and personalization features ensure your surveys match your brand, have high response rates, and gather highly contextual insights.

1. Customizing Questions

You can fully customize each question component, including:

  • Text: Modify the main question text, subtext, and labels.

  • Choices: Add, remove, or edit the options available for selection.

  • Call-to-Action (CTA): Update the CTA text as needed.

  • Images: Upload images to accompany questions.

  • Mandatory vs. Optional: Mark any question as mandatory.

Each question type has its unique properties. Click More Options CTA in each question card to checkout the customizable properties. For example, the screenshot below demonstrates a multi-select question:

Additionally, you can add a Thank You Card at the end of your survey to thank participants and optionally provide further instructions or links.

2. Conditional Logic

The conditional logic configurations allow you to create complex and dynamic survey flows. These configurations include:

  • Branching logic based on user responses.

  • Multi-path surveys to cater to diverse user journeys.

This feature mirrors the functionality of popular tools like Typeform and enables highly configurable survey flows.

3. Personalizing Language

Our platform provides extensive multilingual capabilities to ensure global accessibility:

  • Multi-Language Surveys: A single survey can be launched in over 30 supported languages. All survey texts can be automatically translated from English to the desired language, with the option to manually edit translations for precision and tone.

  • Matching Language to User's App Language: Use user properties to automatically match the survey language with the user’s app language. For example, if a user is using the app in Spanish, they will receive the survey in Spanish.

  • Automatic Translation: Multilingual responses are detected and translated into English for analysis, while the original text is preserved for reference.

These features save time and streamline the process of gathering and analyzing responses from diverse user bases.

4. Personalizing Questions Texts

Using Liquid Tags, you can personalize survey content dynamically based on user attributes or backend triggers. This feature requires no custom code and significantly boosts response and completion rates.

Key Features of Liquid Tags:

  • User Attributes: Access all user attributes from the dashboard under Users & Cohorts > All Attributes.

  • Event Properties: Properties like date, time, boolean, and location from event properties can be used for personalization too.

  • Dynamic Selection: If multiple backend triggers are present, the most recent trigger’s properties are used.

  • Data Type Support: Strings, numbers, dates, and more are supported. All liquid tags are case-sensitive.

Implementing Liquid Tags:

To personalize a question, wrap the liquid tag with ## within the text.

For example:

  • A user with first_name = Brendan will see: "Hi Brendan, how can we help you today?"

  • If first_name is empty, the question will not show the liquid tag parameter.

Users' liquid tags and event properties will be captured with each response and would appear in the Survey's Responses page.

5. Customizing the Look & Feel

All Platforms

All UI and UX elements of survey widgets can be customized from the dashboard, including:

  • Colors and styles.

  • Predefined themes (e.g., light mode, dark mode).

  • Theme assignment based on user segments or app settings.

You can head over to Settings > Branding on Blitzllama Dashboard to go ahead and customize.

Web Surveys

Web surveys offer additional customization options:

  • Upload custom CSS to modify the appearance.

  • Control survey positioning on the screen.

  • Upload custom fonts to align with brand guidelines.

c. Link Surveys

For link-based surveys, you can:

  • Customize the URL to align with your branding. For instance, replace link.blitzllama.com with feedback.acme.com. You can

For more link survey features, refer to our .

link survey documentation