London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
are you modifying the language file for Forms? Could you check if your site have xml language file contains:
<episerver.forms.implementation.validation.regularexpressionvalidator> <displayname>Regular expression</displayname> <message>This field should be in "{0}" format.</message> </episerver.forms.implementation.validation.regularexpressionvalidator>
That was it - Thank you Dac Thach Ngyen! It turned out to be a problem with a forms language file that only excisted in production.
Hi!
if i use the regular expression validator on a text field in epi forms, I get an exception:
This happens only in the production environment, it works in stage and local.
I have made sure the modules folder, bin folder and web.config is the same. I can't see any custom validators. Any clue what could cause this?