Hi,
Site name: https://anashi.netlify.app
I set up a rather complex custom form on a client’s website. Netlify recognises it and the form is sent successfully, but 3 of my inputs have the wrong “name” property.
For the 2 radio button fields as well as the 1 checkbox field, Netlify’s form UI uses the value from the first < label > element.
I’m sure it has to do with the way I structured these fields but can’t find the right way to do it.
For the radio buttons, the name being used is “< 10,000€”, and for the checkboxes it’s “brand strategy” (both in my Netlify dashboard and in the email notification). I’d like them to be “budget” and “services”.
Hello, thanks a lot for your answer! The problem is I have a hard time applying my custom styles to that configuration… Styles like these ones only work when my input fields are not nested inside the labels:
Thanks for your reply! I do know how custom classes work, but I’ve tried implementing these custom classes on other elements, like paragraphs for example, and it didn’t work. I find that my :checked selector doesn’t work with anything else other than this combination: “input[type=“radio”]:checked + label”.
I have a hard time finding a solution that would correct the problem on Netlify’s side and allow me the style the form as it is styled now.