form-submission

Information

Folder
src/components/patterns/form/form-submission

Files

Schema
Mocks
Template
// src/components/patterns/form/form-submission/form-submission.html.twig

{#
 # ATTENTION:
 # This template is only relevant for unit tests
 # to be sure that changes in fsk elements don't break the FE logic.
 # It won't be consumed by Drupal
 #}

<form class="PaymentForm js-PaymentForm">
  {% for item in content %}
    {{ item|raw }}
  {% endfor %}

  {% include "@elements/loading-animation/loading-animation.html.twig" with {
    text: "Ihre Daten werden übertragen. <br>Bitte haben Sie einen Moment Geduld.",
    class: "is-hidden"
  } only %}
</form>

Variants

default
Open

default mock data

Raw
Resolved