• 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: ZIP / Postal Code' field only numbers

This message has been removed by user's request. 9 years 3 months ago #30175

  • c9355102b6eecc0f98f1962d19307a8f@RSJOOMLA_DELETED
  • c9355102b6eecc0f98f1962d19307a8f@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.

ZIP / Postal Code' field only numbers 9 years 3 months ago #30189

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Although, at the current moment accepts only digits, you will have to perform a slight adjustment to the field's validation. I will guide you through it.

You will have to go to your joomla_location/media/mod_rscontact/js/rscontact.js and replace this
mod_rscontact_zip: {
  required: true,
  digits: true,
  minlength: 2
},

to this:
mod_rscontact_zip: {
  required: true,
  minlength: 2
},

We will keep in mind this for future updates, until then, this should do the trick!

Let me know if it works!
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 9 years 3 months ago by cosmin.cristea.
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!