when i submit i get this error : Something went wrong.
What happened?
invalid parameters
this is my code `
{% form 'contact'%}
{{ form.errors | default_errors }}
subscribe
{% endform %}
{% schema %}
{
“name”: “Custom GIF Section”,
“settings”: [
{
“type”: “image_picker”,
“id”: “gif_image”,
“label”: “GIF Image”
}
]
}
{% endschema %}
`