Edit form in Summary page opens in new tab..

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Edit form in Summary page opens in new tab..

ajam0014
HI,
  From the summary page of my form, when i edit an existing form. It by default opens in new browser tab. I want to load it in same window/tab or may be in new popup. I reviewed the Form Runner properties to find somthing controlling this but could not find any?? Please guide.
Reply | Threaded
Open this post in threaded view
|

Re: Edit form in Summary page opens in new tab..

Erik Bruchez
Administrator
This is not configurable right now and we open those links with target="_blank". You can see this here:

    https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/summary/view.xhtml

It might be better to never do that out of the box, or to make it configurable. RFE:

   https://github.com/orbeon/orbeon-forms/issues/1661

-Erik