feat: Send and wait operation - freeText and customForm response types (#12106)

This commit is contained in:
Michael Kret
2024-12-16 17:30:11 +02:00
committed by GitHub
parent 39462abe1f
commit e98c7f160b
13 changed files with 476 additions and 59 deletions

View File

@@ -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}}