mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Send and wait operation - freeText and customForm response types (#12106)
This commit is contained in:
@@ -450,7 +450,11 @@
|
||||
|
||||
<div class='card' id='submitted-form' style='display: none;'>
|
||||
<div class='form-header'>
|
||||
<h1 id='submitted-header'>Form Submitted</h1>
|
||||
{{#if formSubmittedHeader}}
|
||||
<h1 id='submitted-header'>{{formSubmittedHeader}}</h1>
|
||||
{{else}}
|
||||
<h1 id='submitted-header'>Form Submitted</h1>
|
||||
{{/if}}
|
||||
{{#if formSubmittedText}}
|
||||
<p id='submitted-content'>
|
||||
{{formSubmittedText}}
|
||||
|
||||
Reference in New Issue
Block a user