• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Problem with Validation of Special Characters äöü

Problem with Validation of Special Characters äöü 12 years 10 months ago #14135

  • tymoe
  • tymoe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi Forums,
i am useing rsform! 1.06 (not the pro one)
whe i try to validate (alphanumeric) a field contaning special characters like
äöü or ß which are absolutely neccessary for my input fields i always get the validation error message.

i tried to edit

com_forme/forme.php around line 259
//check alphanum
if($field->validation_rule == 'alphanum'){				
				if(preg_match('#[^a-zA-Z0-9 ]#i', $form_data[$field->name]

to:
//check alphanum
if($field->validation_rule == 'alphanum'){				
				if(preg_match('#[^a-zA-Z0-9äÄöÖüÜß ]#i', $form_data[$field->name]

but that did not work for me.
The Input filed Name is still displaying an error message when i type Müller as Name.

Any hints or solutions for this problem?

Thanks in advance

ty!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!