Form does not work on my site

My Site: https://phenomenal-crisp-de8efb.netlify.app/

Sorry for borthering you guys but I’m frustrated as a designer who knows little about code, but i managed to add data-netlify=“true” to this form, but neither Netlify detects this form nor this form can be submitted on the deployed site.

I’d be very grateful if someone helps me with this so i can deploy other sites from my clients on this netlify without having to learn coding.

Thanks somuch.

this is my form code

<form id="wf-form-Job-Form" name="wf-form-Job-Form" data-name="Job Form" method="get" data-wf-page-id="67b3031c120af216b2e2c50e" data-wf-element-id="ee5b3316-547a-5c18-ceb0-b6db8ae2140b"><input class="input-field w-input" maxlength="256" name="Name-2" data-name="Name 2" placeholder="Name" type="text" id="Name" required="" data-netlify="true">
                  <div class="margin-top-1"><input class="input-field w-input" maxlength="256" name="Email-2" data-name="Email 2" placeholder="Email" type="email" id="Email" required=""></div>
                  <div class="margin-top-1"><input class="input-field w-input" maxlength="256" name="Phone-number-2" data-name="Phone Number 2" placeholder="Telefon Nummer" type="tel" id="Phone-number" required=""></div>
                  <div class="margin-top-1"><textarea id="Message" name="Message-2" maxlength="5000" data-name="Message 2" placeholder="Ihren Nachricht an uns" class="input-field message w-input"></textarea></div>
                  <div class="margin-top-1-5"><input type="submit" data-wait="Bitter warten..." class="button color-mono-dark w-button" value="Nachricht absenden"></div>
                </form>

@design-uxphoria Have you enabled form detection? Have you redeployed since doing so?

See:

You’ll also need to remove/adjust the JavaScript for your site.

Currently when I try to submit the form this error message appears:

But it’s entirely due to JavaScript in your site code and unrelated to Netlify.

No actual form submission occurs, and without a submission Netlify will never receive anything.