i tried to deactivate a form with every method i found in this forum. None of them worked. Also in the official example “Formbot” this is not working. Im using the actual version of rasa 1.4.3.
I tried to deactivate it with:
action_deactivate_form from intent
custom action to deactivate the form with return[Form(None)]
deactivate the form within the validate function of a slot with self.deactivate()
For example like in the official example “formbot”
User wants to cancel the form and writes “stop” or something similar. Then cancel form immediately or cancel form after asking “do you want to continue?”.