My custom form is not submitting

when i submit i get this error : Something went wrong.

What happened?

invalid parameters

this is my code `


Animated GIF

{% form 'contact'%} {{ form.errors | default_errors }}
subscribe
{% endform %}
.subscribe-form{ position:absolute; bottom: 20px; background-color: white; width: 100%; max-width: 500px; height: fit-content; } .gif-container_custom { position: relative; width: 100%; height: 100vh; overflow: hidden; display: flex; justify-content: center; align-items: center; background: black; } .gif_custom { width: 100%; height: 300px; object-fit: cover; /* Adjust the GIF to cover the entire container */ }

{% schema %}
{
“name”: “Custom GIF Section”,
“settings”: [
{
“type”: “image_picker”,
“id”: “gif_image”,
“label”: “GIF Image”
}
]
}
{% endschema %}
`

By the look of it you’re not passing the fields required for the contact form.

1 Like

Thank you, it works no for some reason I think the problem was from Shopify