{% extends 'admin/base_admin.html' %} {% block title %} {% if object %}Edit Custom Form{% else %}Create Custom Form{% endif %} | ChatLab {% endblock %} {% block admin_forms_active %}active{% endblock %} {% block workspace %}
{% csrf_token %}

Form Details

A descriptive title for this form.
When a visitor mentions this keyword in the chat, the bot will start collecting form fields.

Form Parameter Fields

Add parameter fields that the chatbot should collect step-by-step from the visitor.
{% if object %} {% for field in object.fields.all %}
{% endfor %} {% else %}
{% endif %}
Cancel
{% endblock %}