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

LCuser
LCuser
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LCuser
Customize the badges you want to showcase on your profile
Re: auto generate login name basis on user first initial and last name... LC designer - Adobe LiveCycle 26-03-2012
Jono Moore....That's scary that know lol... thanks for your help man, that worked perfectly...

Views

313

Likes

0

Replies

0
auto generate login name basis on user first initial and last name... LC designer - Adobe LiveCycle 26-03-2012
First initial + last name= login name... Text field + text field = text field.... can I use javascript to generate the loginname form first name (first Int) and last name???For ex... First name: John middle int: k last Name: Doe LoginName: jdoevar LoginName = getField("LastName").value; var FirstName = getField("FirstName").value; if (FirstName!="") LoginName += " " + FirstName.substring(0,1) + "." event.value = LoginName;not sure if this is right... please help

Views

1.6K

Likes

0

Replies

3