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 password block is designed to securely collect password or other sensitive data from users within the chatbot.
This block allows you to collect password data while also providing validation rules to ensure the input meets your security criteria. The data can then be stored in a variable for your workflow.
Yes, the block is designed to securely collect password data.
You can save the password by entering a name in the "Enter variable name" field. This allows the bot to save the data and use it for later steps.
The variable name should only contain lowercase letters and underscores.
You can set a minimum length by clicking the "Min Length" checkbox and entering the required number of characters in the "Minimum Length" field.
You can set a maximum length by clicking the "Max Length" checkbox and entering the maximum number of characters in the "Maximum Length" field.
Yes, you can check the "Only numerical values are allowed" box to ensure that the password contains only numbers.
Yes. You can click all the checkboxes—"Only numerical values are allowed," "Min Length," and "Max Length"—to apply multiple validation rules simultaneously.
The "Error Message" field allows you to provide a custom message that will be displayed when the provided password does not meet the validation rules.
After you have filled in the necessary fields and configured your validation rules, you can click submit to save the block.
If a user's password does not meet the specified criteria, the custom error message you provided will be displayed, and the user will be prompted to try again.
You can find the password block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The password block will be available in the response section of the builder.
To find a video tutorial for the password 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-password-node-in-chatmaxima/
The block has built-in validation for length and number format, so you do not need to manually write any code to ensure the password meets your security requirements.