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.
This block is used to collect a specific date and, if needed, a time from a user, such as for scheduling an appointment or a reservation.
This block ensures that the date and time information collected from a user is in the correct format and can be stored for later use in the chatbot's workflow.
The "Enter Variable Name" field is used to save the user's input. The collected date and time can then be reused anywhere in the chatbot flow.
The variable name should only contain lowercase letters and underscores.
You can specify whether you want to include time along with the date by using the "Include Time" toggle. If you enable it, the user will be prompted to enter both the date and time.
The "Date Format" field allows you to select a pre-defined format, such as MM/DD/YYYY or DD/MM/YYYY, to ensure the input is consistent.
Yes. When you enable the "Include Time" toggle, a "Time Format" field appears, which allows you to specify the time format (e.g., 12-hour or 24-hour) to ensure the input matches the required system format.
The "Timezone" field is used to set the timezone for the date and time, which ensures consistency and accuracy when dealing with users in different time zones.
By storing the timezone in a variable, you can use it later in your chatbot flow, for instance, when confirming a booking with the user's specific time zone.
The block has built-in validation rules that check if the entered date is in the correct format.
You can set the earliest allowed date by checking the "From Date" box and entering the starting date.
The "From Date" field allows you to set the earliest allowed date for the user to select, which ensures the input falls within an acceptable range.
You can set the latest allowed date by checking the "To Date" box and entering the ending date.
The "To Date" field allows you to set the latest allowed date, which ensures the input does not exceed the specified maximum date.
If a user's input is outside the range you defined with the "From Date" and "To Date" fields, their input will be considered invalid.
Yes. An "Error Message" field is available, allowing you to provide a custom message that will be displayed when the user's input does not meet the validation rules.
After you have configured all the fields and validation rules, you must click submit to save the block.
You can find the date and time block by navigating to Dashboard → Quick Access. Then, under ChatMaxima Studio, click on Create Chatbot. The date and time block will be available in the response section of the builder.
To find a video tutorial for the date and time 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-date-and-time-node-in-chatmaxima/
The block has built-in, automatic validation for dates and times, so you do not need to manually write any code or complex rules to ensure the input is in the correct format and range.
An invalid input could be a date that is outside the "From Date" and "To Date" range, a date in an incorrect format, or an invalid time (e.g., 25:00).