contact form showing error message always on contact form submission

{% if section.settings.contact_form_enable %}
{% if section.settings.form_title != '' %}

{{ section.settings.form_title }}

{% endif %} {% if section.settings.form_desc != '' %}

{{ section.settings.form_desc }}

{% endif %}
{% include 'contact-form' %}
{% endif %} {% if section.settings.map_enable %}
{% endif %}

{% schema %}
{
“name”: “Contact Template”,
“settings”: [
{
“type”: “header”,
“content”: “Contact Form”
},
{
“type”: “checkbox”,
“id”: “contact_form_enable”,
“label”: “Show Contact Form”,
“default”: true
},
{
“type”: “text”,
“id”: “form_title”,
“label”: “Form Title”,
“default”: “Get In touch”
},
{
“type”: “text”,
“id”: “form_desc”,
“label”: “Form Description”,
“default”: “Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa enim. Nullam id varius nunc id varius nunc.”
},
{
“type”: “text”,
“id”: “name_placeholder”,
“label”: “Input fild Name”,
“default”: “Your name *”
},
{
“type”: “text”,
“id”: “email_placeholder”,
“label”: “Input fild Email”,
“default”: “Your email *”
},
{
“type”: “text”,
“id”: “subject_placeholder”,
“label”: “Input fild Subject”,
“default”: “Subject”
},
{
“type”: “text”,
“id”: “message_placeholder”,
“label”: “Input fild Message”,
“default”: “Type your message here..”
},
{
“type”: “text”,
“id”: “form_button_name”,
“label”: “Form Button Name”,
“default”: “Send Email”
},
{
“type”: “header”,
“content”: “Map”
},
{
“type”: “checkbox”,
“id”: “map_enable”,
“label”: “Show Map”,
“default”: true
},
{
“type”: “text”,
“id”: “latitude”,
“label”: “Your Adderss Latititude”,
“default”: “40.680”
},
{
“type”: “text”,
“id”: “languid”,
“label”: “Your Adderss Languid”,
“default”: “-73.945”
},
{
“type”: “image_picker”,
“id”: “map_icon_image”,
“label”: “Map Marker Image”
},
{
“type”: “checkbox”,
“id”: “icon_animation_enable”,
“label”: “Map Marker Animation Enable”,
“default”: true
},
{
“type”: “text”,
“id”: “google_map_api_key”,
“label”: “Google Map API Key”,
“default”: “AIzaSyCBEypW1XtGLWpikFPcityAok8rhJzzWRw”
}
]
}
{% endschema %}

Hi @samrat02 ,
Please share your website URL.