I'm trying to integrate an external form into my application.
The form doesn't have a direct URL to it, so I'm trying to figure out how to do it.
First I've tried to put the homepage URL into an <iframe>
, I was hoping to navigate with click() command inside the document of the iframe to arrive to the desired location, the problem was that the document of the iframe resulted to be empty.
I checked HERE and unfortunately I don't have control over the framed site, so this road seems a dead end.
I'm looking for hints, I know there isn't a standard way to do this but as a JS beginner Is difficult taking first steps.
Thanks