Required fields displaying as optional

I’m setting up a Form component, and I have added the “Is Required” rule to 4 of my fields. I also turned on the “Indicate optional fields” setting.

But 3 of my 4 Required fields are now displaying an (Optional) label. Why is it not respecting the Is Required rule?

Hi Wren, could you check if your form fields are properly configured, they require a name to properly work ?

That’s it! Thank you @fmota!