mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(n8n Form Trigger Node): Make order of form field name inputs consistent (#18410)
This commit is contained in:
@@ -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',
|
displayName: 'Element Type',
|
||||||
name: 'fieldType',
|
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',
|
displayName: 'Field Value',
|
||||||
name: 'fieldValue',
|
name: 'fieldValue',
|
||||||
|
|||||||
Reference in New Issue
Block a user