Want Handle Deviations and Different Intents while using FORMS

I’ve Implemented a FORM ACTION for filling User Information. I’ve covered all the happy path around my bot. but now I want to handle those situations when the user asked other information during the form action and after providing that information, the bot could continue its Form action. For Example:

*affirm
- FORM_ACTION
*FORM_REQUESTED_INTENT
- FORM_ACTION
*OTHER_REQUESTED_INFORMATION
- INFORMATION AND ASKED TO CONTINUE
- FORM_ACTION
*FORM_REQUESTED_INTENT
- FORM_ACTION

Look this example of formbot: rasa/stories.md at master · RasaHQ/rasa · GitHub