mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(n8n Form Node): Add Hidden Fields (#12803)
This commit is contained in:
@@ -377,6 +377,10 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if isHidden}}
|
||||
<input type="hidden" id="{{id}}" name="{{id}}" value="{{hiddenValue}}" />
|
||||
{{/if}}
|
||||
|
||||
{{#if isTextarea}}
|
||||
<div class='form-group'>
|
||||
<label class='form-label {{inputRequired}}' for='{{id}}'>{{label}}</label>
|
||||
|
||||
Reference in New Issue
Block a user