There are multiple deployed websites in Netlify. When I receive data from two different forms, they overlap each other, although they don’t have the same Form Name. I fill the form in exampleA.com, but I receive form data from exampleB.com. Am I missing something else?
I’ve tried the forms and I’m not able to replicate the issue! We’re finding the forms on the sites successfully and we’re accurately naming them in a hidden input. Can you give me a particular record that’s causing a problem?
But how can another website’s form fields appear here? It seems empty because there are no fields already, in that form. Other fields, that after the ‘‘Location’’, from another website.
So, just to clarify and be real clear - you’re saying that you’re submitting the form on https://www.retmes.com/en/iletisim and seeing that data in the Forms section of the web UI for retmon.com?
which is very close but I’m presuming that the static form from build-time actually gets removed and this form is a fully separate object just posting to the same place. The one thing you’re missing in this ‘dynamic’ form is the hidden field. Add that exact hidden field to this dynamic form and I bet it’ll work perfect:
Oddly enough, in reviewing your form on the Retmon side, there’s no hidden input there either… so you should add one… but typically I see that forms without that input don’t make it to any form box, let alone cross-wired to a single one. Worth additional digging and sandboxing in an isolated repository or two if adding those two elements to your sites fixes the issue