Formsender: Set iframe name as target

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]

[/code][code] BrowserFrame frame = new BrowserFrame("vaadin.com", new ExternalResource("https://vaadin.com/home")); [/code]Thanks in advance

36102.png