I have a multi-language site with forms that can be translated to multiple languages ( roar-us.netlify.app). Even though each form field has a consistent name and id value between languages, the label in Netlify’s form UI uses the value from the <label>
element.
The effect is that the labels in Netlify change language randomly between builds, rather than staying consistent based on the field name.
How can I go about making the labels consistent in Netlify, preferably using the english translations?