Issues with Feathery Form Submission - Any Advice?

Hello everyone,

I’m currently using Feathery to develop custom forms for my web app, and it’s been a great experience! However, I’m running into an issue with form submission. In instances of users submitting a form, the data seems to be sent, but doesn’t always appear in my Feathery dashboard. In some cases, the submission simply gets lost somewhere, and I don’t know if it is a problem on my end or with the platform.

I’ve double-checked the API integration and confirmed it is all set up correctly. The form validation seems to work fine. Still, I have experienced inconsistencies with some submissions. I’ve even cleared my browser’s cache, but the issue is still there.

Also, I’m curious, what are deep learning models and how can they potentially be used to improve data validation and error detection in form submissions?

Thank you in advance for your guidance,
hamino

Hi @hamino,

For field values to appear in the results, the Validate and Submit action must occur first.

If all fields are filled out and the API assigns values to additional fields, but those fields haven’t been submitted, they won’t appear in the results.

You can enable the Validate and Submit option on buttons—typically navigation buttons like “Next” to move to the next step or page.