supporter-name
Information
- Folder
src/components/patterns/form/payment/supporter-name
Files
Schema
Mocks
Template
// src/components/patterns/form/payment/supporter-name/supporter-name.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>
{{ firstname|raw }}
{{ lastname|raw }}
<button type="submit" hidden>Submit</button>
</form>