Has anyone had any luck with this? I’m having the same issues. Fresh install of all three plugins. CF7 is captured fine, but Ninja Forms doesn’t capture.
And found it! Here’s the offending code for the sake of others with similar problems:
.narrowcolumn {
min-height: 800px;
}
Just changed the min-height to 0px and all is well.
Just to let anyone looking for answers know, I was able to identify this thanks to the Firefox extension Firebug, which many other forum posts pointed to. It’s an amazingly useful tool.