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 exampleUseful 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 exampleUseful 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.
