Pull Information from Iframe?

I have a script from an external service that generates a url upon a form submit. I embedded this script into an iframe.

I need to extract that url to send it through an api call I have after the form submit. How can I pull information from the iframe?

Hi Christopher,

Take a look at the “Messaging” section of this article here , to see how you can pull information from your iframe to your site.
For some more information on the HtmlComponent API, click here.

Best regards,
Edward | Corvid Team

Exactly what I needed. Thank you Edward!