Hi everyone.
So, I’m using the Formsender addon (https://github.com/xylo/Formsender)
I want to submit the form to an iframe i create with BrowserFrame component.
With Formsender i could set the iframe name as target, instead of “_self”:
sender.setFormTarget("my_iframe_name");
But BrowserFrame sets the iframe name value dinamically.
Is there any way i can get the iframe name for this?
[code]