Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

rangeshram
rangeshram
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rangeshram
Customize the badges you want to showcase on your profile
Re: Restrict text field from keying certain characters by user - Adobe LiveCycle 10-12-2014
Hi, I am trying to restrict the character at position 0 from numeric. That is, a NAME field is not to start with a numeric charater but can have numeric after position0. I have written this code below in the change event itself of the field, but it doesn seem to work. Could you please suggest as to where i am going wrong? Or any other alternative to restrict numeric characters at position0? Below is the code:xfa.this.rawValue.charAt(0).event.change = xfa.event.change.replace(/[0-9]/g, "");Thanks...

Views

414

Likes

0

Replies

0