It looks like there's potential for recursion in `PlominoForm.getFormFields` If `FormA` is subform of `FormB`, and `FormB` is subform of `FormA`.
If we've already seen `FormA`, we shouldn't look at it again.
Log in to post a comment.