Frontman : Enterprise Chatbot Platform
  • 👋Frontman | Enterprise Chatbot Platform
    • 🚀How to Get Started with Frontman
    • 💰Pricing
    • 📞Schedule Demo & Contact Founding Team
  • 😍Create your First Chatbot
  • 📊Dashboard
  • 〽️Story Builder
    • ➕How to Build your First Chatbot Flow
    • ➕Building Blocks
    • ➕Cards
      • ➕Display Cards
        • Bot Says
        • Image/GIF
        • Carousel
        • Quick Reply
        • Phraser Card
        • Audio
        • Video
        • Multiple Choice
        • User Input
        • Range Slider
        • Rating
        • Date Picker
        • Auto suggest
        • Custom Form
        • Website
        • Book Meeting
      • ➕Utility Cards
        • Go-to
        • Setup user attribute
        • Email
        • JSON API
        • Google Sheets
        • Run-IF Card
        • Typing Delay
        • Comments
        • Goal Tracker
        • A/B Splitter
        • Custom Script
        • End Conversation
        • SMS
        • Slack
        • Export via Zapier
        • Whatsapp Template
      • ➕Plugin Cards
        • Shiprocket Track Card
        • Shopify
          • Cancel Order
          • Track Order
          • Return Order
        • Zoho CRM
        • Salesforce CRM
        • Hubspot CRM
        • Odoo CRM
        • Pipedrive CRM
        • Active Campaign CRM
    • ➕Chatbot Details
    • ➕Export Chatbot
    • ➕Direct Link
    • ➕Clone Block
  • 🔆Instinct AI
    • Train AI
      • Data Loaders
        • Document Loader
        • Crawl Website
        • Notes
        • Google Drive
        • Amazon S3
        • Gitbook
        • Microsoft OneDrive
        • Notion
        • RSS
        • Confluence
        • Shopify Blog
        • Zendesk
        • Knowledge Base(Makerobos)
        • Shopify AI Search
        • Image Parser
      • Data Bank
    • AI Agents
      • Wikipedia
      • Youtube Search
      • Function Calling
      • Recent News
      • Web Search
      • Run Block
      • Shopify AI Search
      • Task Master
    • Private Notes
    • Feedback
    • Insights
  • 📺Style Builder
    • ➕Setup Avatar
    • ➕Setup Chatscreen
    • ➕Setup Homescreen
  • ☁️Publish
    • ➕Install Frontman on your Website
    • ➕Track Visitor with your Frontman
    • ➕Custom Display Settings
    • ➕Conversational landing page (Progressive)
    • ➕Embed Frontman
    • ➕Security
    • ➕Language
    • ➕Time Zone
    • ➕Hibernate Frontman
  • 📊Analytics
    • ➕Session
    • ➕Active Users
    • ➕Total Messages
    • ➕Total Visits
    • ➕Traffic Stats
    • ➕User Activity
    • ➕Resources
    • ➕Goal Tracker
  • 🧑‍🤝‍🧑Audience
    • ➕User Attributes
    • ➕How to set filters
    • ➕How to export User’s data
    • ➕Customize Table
  • ⚒️Marketing Tools
    • Teaser Message
    • Frontman Apps
      • Persistent Menu
      • Broadcast message
      • Get Subscribers
      • Knowledge Base
  • 📖Knowledge Base
    • ➕Overview
    • ➕Collections
    • ➕Articles
    • ➕Reports
  • ⚙️Account Settings
    • ➕My Profile
    • ➕Company Details
    • ➕My Plan
    • ➕Plans and Pricing
    • ➕Order History
    • ➕Billing Preference
    • ➕Invoice History
    • ➕Developers Hub
      • ➕API Key
      • ➕Postman Collection
      • ➕Google Application
      • ➕Amazon SNS
      • ➕SMTP
      • ➕Whatsapp Template Messaging
      • ➕LLM's
      • ➕Data Loaders
    • ➕Applications
    • ➕Manage Teams
    • ➕Manager Account
    • 🪧Report a Issue
Powered by GitBook
On this page
  • How it Works?
  • Validation Options:
  1. Story Builder
  2. Cards
  3. Display Cards

User Input

PreviousMultiple ChoiceNextRange Slider

Last updated 11 months ago

How it Works?

The User Input card empowers you to gather valuable information directly from users within your AI conversations. This card allows you to:

  • Ask Multiple Questions: Craft a series of questions to collect specific user data tailored to your needs.

  • Real-time Validation: Implement validation logic directly within the card to ensure users provide valid responses according to your defined criteria. This helps maintain data accuracy and streamlines the conversation flow.

  1. Multiple Questions: Craft a sequence of questions to collect the desired user information.

  2. Real-time Validation: Define validation rules for each question, ensuring data accuracy. You can leverage various validation options including:

    • Numerical Comparisons: Validate user input against numerical constraints (less than, greater than, equal to, between ranges).

    • Data Types: Specify expected data types (number, text, location, upload, etc.).

    • Text Matching: Validate user input using regular expressions or pre-defined options.

    • External Integrations: Utilize incoming webhooks to connect to external services for advanced validation.

Validation Options:

  • Phone: Validate phone number format.

  • Attribute Name: Specify a custom attribute name to store user input within the system (use {{ }} syntax).

  • Multiple Options: Allow users to select from a predefined set of options.

  • Number: Validate user input as a numerical value.

  • Comparison Operators: Define comparison rules for numerical data:

    • Less Than (<)

    • Less Than or Equal To (<=)

    • Greater Than (>)

    • Greater Than or Equal To (>=)

    • Equal To (=)

    • Between (user-defined range)

    • Not Between (user-defined exclusion range)

  • Data Types: Specify the expected data type for user input:

    • Whole Number (integers)

    • Text

    • Geo Location (You can get user's location and with that you can also get latitude and longitude of the location)

    • Upload (file upload)

    • OTP Verification (requires integration with an OTP provider)

    • Regular Expression (advanced validation using custom patterns)

    • Incoming Webhooks (triggers external actions upon user input)

〽️
➕
➕