diff --git a/packages/nodes-base/nodes/Form/common.descriptions.ts b/packages/nodes-base/nodes/Form/common.descriptions.ts index b50651beee..ffec13134e 100644 --- a/packages/nodes-base/nodes/Form/common.descriptions.ts +++ b/packages/nodes-base/nodes/Form/common.descriptions.ts @@ -70,6 +70,19 @@ export const formFields: INodeProperties = { }, }, }, + { + displayName: 'Field Name', + name: 'fieldName', + description: + 'The name of the field, used in input attributes and referenced by the workflow', + type: 'string', + default: '', + displayOptions: { + show: { + fieldType: ['hiddenField'], + }, + }, + }, { displayName: 'Element Type', name: 'fieldType', @@ -153,19 +166,6 @@ export const formFields: INodeProperties = { }, }, }, - { - displayName: 'Field Name', - name: 'fieldName', - description: - 'The name of the field, used in input attributes and referenced by the workflow', - type: 'string', - default: '', - displayOptions: { - show: { - fieldType: ['hiddenField'], - }, - }, - }, { displayName: 'Field Value', name: 'fieldValue',