I have built a custom contact form but it is not working can anyone help me to solve this problem. Preview link: https://3e2so7ca18kt4mlr-73156133209.shopifypreview.com
{% schema %}
{
"name": "contact-box",
"settings": [
{
"type": "text",
"id": "heading1",
"label": "Heading 1",
"default": "get in touch"
},
{
"type": "url",
"id": "link1",
"label": "Link 1"
},
{
"type": "text",
"id": "link1text",
"label": "Link 1 text",
"default": "×"
},
{
"type": "text",
"id": "button1",
"label": "Button 1",
"default": "contact us"
},
{
"type": "text",
"id": "button2",
"label": "Button 2",
"default": "Send Message"
}
],
"presets": [
{
"name": "contact-box"
}
]
}
{% endschema %}