Open
Description
- Install fresh Umbraco and Umbraco Forms
- Create a contact form using a template from Umbraco Forms
- Set validation error and invalid messages to use dictionary items (under settings)
- Use a dictionary item for a form field
- Make it required or to use validation
- Disable JavaScript and submit the form
- Mandatory and Invalid error showing dictionary item for the message, but not for the form field
Expected to see:
Please provide a valid value for Email Address
Please provide a value for Email address
What I got:
Please provide a valid value for #EmailAddress
Please provide a value for #EmailAddress