We are setting up a routing form with the input style set to first + last names, and these fields are set to required:

However, when the form is embedded, the field label just says “Name” and doesn’t have the required field asterisk, despite being required:

How do we get the form fields to display as intended? The missing asterisk seems like a bug.
Thanks!