Search bar in dropdown question on N8N form?

Describe the problem/error/question

I’m using N8N for automatize operations in a construction company, where +20 construction workers must make notifications of what they have worked. So I’m using N8N form.

The thing is: I have like +120 projects (because we have annual manteinance services too). And they have to choose one of them. For avoid infinite scroll for them, is there a way to make a dropdown question with search bar? Thanks!

Information on your n8n setup

  • n8n version: 1.122.4
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker, self-hosted in Hostinger.
  • Operating system:

Hi @Firefco_Automatizaci,

Unfortunately the form node is limited to how it gets rendered for dropdown options. You’ll need to build a custom html page if you want to have more flexibility over the form elements and how they interact with the user

2 Likes

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