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
.
![Contact Form Component Example](https://zen-marketing-documentation.s3.amazonaws.com/docs/en/web-widget/contactForm.png)
Settings
The contactForm
object has the following settings:
Example
<script type="text/javascript">
window.zESettings = {
webWidget: {
contactForm: {
attachments: true
}
}
};
</script>