Skip to main content
This page contains all actions relating to the submission of forms. The associated messages and email templates output when sending forms through the shop — for example contact, inquiry or service forms — are documented here.

actions.inquirySend - Submit form

The inquirySend action controls the error messages when submitting a contact or inquiry form.

Example configuration actions.inquirySend

Parameter overview

actions.inquiryCheck - Check form

The inquiryCheck action validates the current form content without submitting the form. The rules defined in the linked RuleSet (see inquiry - Forms) are evaluated and the field attributes ($field.required, $field.label, $field.defaultValue, $field.value, $field.visible) are updated accordingly. For example, fields can be shown or hidden, marked as required, or pre-filled with a default value. The action can be used as an autosubmit on the <form> element, so that a new check is triggered automatically on every input change. The form can therefore adapt dynamically to the user’s input.