Missing multiselect option on form dropdown element

For the dropdown option on a form submission trigger, I am not able to see a multiselect toggle switch. The debug information is shown below

instance information

Debug info

core

  • n8nVersion: 1.110.1
  • platform: npm
  • nodeJsVersion: 24.8.0
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)
  • consumerId: 68d41fc7-acda-4a9a-8a35-c5dd9e9eb075

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/136.0.0.0 safari/537.36
  • isTouchDevice: false
    Generated at: 2025-09-14T13:27:13.340Z

welcome to the :n8n: community @mehulshahnj

I think this feature is deprecated and only works in older n8n versions.
If you try to use the Form Trigger node version <= 2.2, you’ll see a warning:

Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead

Which I think makes sense..

1 Like

until you have to have 50 of them :rofl:

1 Like

Thanks. For a new entrant to n8n, good lesson to learn here that official documentation is not always in sync with ground reality. Appreciate your feedback.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.