How to remove warning for docxf

Hello, i’m using docspace and create a .docxf file.
Is it possible to remove the warning every i open .docxf in config.
Thankyou…

additional information:

   const config = {
      mode: mode,
      width: '100%',
      height: '100%',
      frameId: 'ds-frame',
      locale: 'id',
      sameSite: 'none',
      init: true,
      id: file_id,
      requestToken: requestToken,
      checkCSP: false,
      editorCustomization: {
        toolbarHideFileName: true,
        toolbarNoTabs: true,
        unit: 'cm',
        zoom: 100,
        review: editorReview
      },
      events: {
        onAppReady: async () => {
          const hashSettings = await (window as any).DocSpace.SDK.frames[config.frameId].getHashSettings()
          const passwordHash = await (window as any).DocSpace.SDK.frames[config.frameId].createHash(
            userData?.only_office_password,
            hashSettings
          )

          try {
            ;(window as any).DocSpace.SDK.frames[config.frameId]
              .login(userData?.email, passwordHash)
              .then(() => (window as any).DocSpace.SDK.initEditor(config))
          } catch (e) {
            console.error(e)
          }
        }
      }
    }

Hello @01011001andra

Please specify version of Document Server currently used in your DocSpace portal.

Hello @Constantine

This is version of document server currently used in my docspace portal

Thanks. DOCXF is no longer used for fillable forms, now main format is PDF. I’d recommend saving the file as PDF to get rid of this message.

@Constantine :wave:

I want to add input forms with spesific key in the documents, and it only available in DOCXF. PDF/DOCXF is not available for that.

Hello @01011001andra
If you don’t mind, I will join this thread too.
Please clarify version of your DocSpace and point me to the methods that you are using for your usage scenario.

Hello @Alexandre
I’m using docspace version 2.6.0.
I want to remove the “warning” in .docxf because users actualy dont need to save it as pdf.
I make docxf as a template for building form and later the new file with template will change as a docx file.

Hello @01011001andra
Sorry, but we can’t assist with that matter. The only advice is to check fillable PDF as docxf format is no longer supported. If you need assistance with specific scenario of working with fillable PDF, please provide us with details and we will check it out.