I can’t troubleshoot an error occuring while using a form.
I would simply create a form which permits the user to insert a custom offer for a specific product. I created the form and inserted the collection list from which the user can select a specific product for the offer to be made but it seems the submissioning of the form always fails and I can’t understand why.
Can anyone help me with this? I leave the read-only link.
To troubleshoot your Webflow form issue, ensure the collection list is properly connected to the form and that the product data (e.g., slug or ID) is correctly passed through fields like a dropdown or hidden input. Check that all required fields are set up in Webflow Designer and that validation rules are met. If the form submits to an external service, verify the endpoint URL and integration setup. Use Webflow’s default form handling temporarily to see if the issue is with the form itself or the integration. Also, confirm that spam protection (e.g., reCAPTCHA) isn’t blocking submissions and that your Webflow plan hasn’t exceeded the form submission limit. Use the browser’s developer tools to inspect the network request and identify errors. Let me know if you need help with specific settings or debugging.