Skip to Content Skip to Menu

show lastname then firstname in CB back-end? HELP

  • abustone1
  • abustone1
  • OFFLINE
  • Posts: 17
  • Thanks: 2
  • Karma: 0
7 years 10 months ago #287187 by abustone1
Super! Thanks @nant its perfect :)

Just one small thing:
How to add more authorized inputs for mobile numbers field , I want add plus with space like +49 665555

Below works but no (plus character) for country code!!!!
So what to add here /^([0-9]+ *)*$/i

Its important to use this because of AcySMS.

And is there a way to add the European special character like ÆØÅ

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
7 years 10 months ago #287244 by nant

abustone1 wrote: Super! Thanks @nant its perfect :)

Just one small thing:
How to add more authorized inputs for mobile numbers field , I want add plus with space like +49 665555

Below works but no (plus character) for country code!!!!
So what to add here /^([0-9]+ *)*$/i

Its important to use this because of AcySMS.

And is there a way to add the European special character like ÆØÅ


Sorry my regex skills are poor.

Please Log in or Create an account to join the conversation.

  • abustone1
  • abustone1
  • OFFLINE
  • Posts: 17
  • Thanks: 2
  • Karma: 0
7 years 10 months ago - 7 years 10 months ago #287268 by abustone1
I have just learned all regex
Here to get number, plus+ and space.

/^\(?[\d\s\+]+$/i
Last edit: 7 years 10 months ago by abustone1.
The following user(s) said Thank You: nant

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
7 years 10 months ago #287297 by nant

abustone1 wrote: I have just learned all regex
Here to get number, plus+ and space.

/^\(?[\d\s\+]+$/i


Great!
Thanks for sharing so others reading may benefit.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum