{{#
@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. #}}
{{ partial src="components/notification" type="error" attribute="x-text='errors.{handle}'" }}
{{ field }}
{{ /fields }}
{{# Pulse button and disable upon sending. #}}