Browse our comprehensive FAQ section to quickly find solutions, learn how to use ChatMaxima features, and get step-by-step guidance for setup, integrations, and support.
The number block is designed to collect numerical responses from a user, such as a quantity, an age, or a monetary value.
This block allows you to set specific validation rules to ensure that the number a user enters meets your business needs, and it lets you store the number in a variable for later use.
The "Enter Variable Name" field is used to save the user's number input. The stored number can then be reused throughout your chatbot's workflow.
The variable name should only contain lowercase letters and underscores.
You can do this by selecting the checkbox for "Only numerical values are allowed."
You can define an accepted range for the input by checking the "From Number" and "To Number" boxes. Then, you will enter the starting number in the "From Number" field and the ending number in the "To Number" field.
You can set a minimum length by selecting the "Min Length" checkbox and entering the required number of characters in the "Minimum Length" field.
You can set a maximum length by selecting the "Max Length" checkbox and entering the maximum number of characters in the "Maximum Length" field.
Yes. When you check the "Only numerical values are allowed" box, an "Error Message" field will appear, allowing you to provide a custom message that will be displayed when the input does not meet the validation rules.
Yes, you can click all the available checkboxes—"Only numerical values are allowed," "From Number," "To Number," "Min Length," and "Max Length"—to apply multiple validation rules simultaneously.
You must enter a variable name, and you can then define one or more validation rules to match your needs.
After you have filled in all the necessary fields and configured your validation rules, you must click submit to save the block.
If you don't provide a custom error message, the bot will display a default message when a user's input fails validation.
You can find the number block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The number block will be available in the response section of the builder.
To find a video tutorial for the number block, navigate to Dashboard → Resources. In the dropdown menu, click on Video Tutorial, and then use the search bar to find the specific guide.
Link: https://chatmaxima.com/video-tutorials/creating-a-response-number-node-in-chatmaxima/
If a customer enters a number that is not between the "From Number" and "To Number" you set, their input will be considered invalid.
By checking all the boxes, you can ensure a number is within a specific range and also meets a minimum or maximum character count. For example, you could ensure a user enters a 16-digit credit card number that starts with a specific number.