Hi @kyle_pjk, I think this goes back to the original purpose of stories: for training Rasa Core. Since forms are purely rule-driven, a dialogue policy will not learn anything from intents and bot actions that are found inside a form in a training story. This being said, what are your request parameters? In particular, are you requesting with test_story=true as described here?
Ah, right! Given what that docs page says (The story represents the whole conversation in end-to-end format. This can be posted to the ‘/test/stories’ endpoint and used as a test.), I think the story should definitely contain intents that are inside forms – to enable testing NLU with the test story. @kyle_pjk can you report this as an issue on GitHub? Ideally also include a link to this thread for reference