I have a problem with the tracker.change_form_to( form_to_activate) function. It doesn’t change the active form in the tracker. I’ve created a method in server.py:
It doesn’t activate the form. Can someone help me, please?this method doesn’t activate the form, it is internal method that is used by Form
event to notify the tracker what form is currently active. Form
event is one of the events that is returned by a custom action that is a subclass of a FormAction
when it is called first time.
1 Like