Contact Form API
The Web Widget (Classic) includes a "Contact us" form that lets users submit their issues as tickets in Support. The form is represented by the contactForm
object of webWidget
.
Settings
The contactForm
object has the following settings:
Example
<script type="text/javascript">
window.zESettings = {
webWidget: {
contactForm: {
attachments: true
}
}
};
</script>