{{# @name Form fields @desc Render the form fields in the default styling. Duplicate this partial if you use multiple form styles. #}} {{ fields }}
{{ if type !== "checkboxes" }} {{ /if }} {{# Load notification when there is a validation error with the name field. #}} {{ field }}
{{ /fields }} {{# Pulse button and disable upon sending. #}}
{{ partial:components/button as="button" label="{ trans:strings.form_send }" attribute='x-bind:disabled="sending" x-bind:class="{'opacity-25 cursor-default': sending}"' }}