Genesys Cloud - UI New Features

 View Only

Sign Up

  • 1.  Both old UI And new UI getting new error today

    Posted 08-28-2025 13:32

    in workitems, we have a link field to our internal portal.  When clicking that link, it opens our portal but getting:  

    Blocked form submission to '' because the form's frame is sandboxed


    ------------------------------
    Clayton Curtis
    Tech manager
    ------------------------------


  • 2.  RE: Both old UI And new UI getting new error today

    Posted 08-28-2025 13:34

    summary of the iframe issue: the iframe that loads Workitem details is setting a security sandbox which any links opened from inside it inherit, but the sandbox does not have allow-forms which breaks the pages that it loads. ideally, we'd like the sandbox to have the setting allow-popups-to-escape-sandbox applied, like so:

    are the iframe sandbox settings new? did they change?



    ------------------------------
    Clayton Curtis
    Tech manager
    ------------------------------