Skip to main content
This section describes the available actions in the Inquiry area. With these actions, contact or inquiry forms can be submitted, for example.

Actions overview


Actions

InquirySend

This action submits an inquiry form. The submitted entries are checked and the inquiry is processed. If processing fails, a corresponding error is returned so the user can correct their entries. Usage example
Useful for embedding a contact form on a page through which customers can submit an inquiry. After clicking “Submit”, the form is validated and the inquiry is transmitted.
Parameters Errors Related modules, variables & methods Example that creates the action, binds it to the form via a hidden input, and checks for success or error after submission.

InquiryCheck

This action checks the inputs of a form without actually submitting the inquiry. The checked field values are written back to $myField.value and can be reused in the frontend. Usage example
Useful for validating form inputs before final submission and giving the user direct feedback on their entries.
Parameters Error codes Related modules, variables & methods Example to follow.