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

guilhermes88107
guilhermes88107
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by guilhermes88107
Customize the badges you want to showcase on your profile
Capitalize letters, add exception. - Adobe LiveCycle 09-03-2018
Hello.I use the script below to capitalize first letter on each word of text field.this.rawValue = this.rawValue.toLowerCase().replace(/\b[a-z]/g, function replacer(match) { return match.toUpperCase(); }); So, I would like to know how add exception words for example: "dos" and "das".I've been looking for the answer in the Adobe forums but I couldn't find it.Could someone help me or show the way?Thank ou very much.

Views

239

Likes

0

Replies

0
Re: Script to generate random questions and answers - Adobe LiveCycle 20-01-2018
Hi MinusZero.I tried your code.The simple solution was created 2 buttons for generating the questions and answers.Like you sad "its possible created 4 questions and answers by one click", but I need more time. It's not necessary at this moment.Two buttons figure out all the needs.Once again.Thank you very much for your code and share your knowledge.I really really appreciate it.If you wanna see the form: https://drive.google.com/open?id=1nZDqarHLviTO4jERntPJ-YbiTvZSsi-FNow I’m gonna make some ad...

Views

467

Likes

0

Replies

0
Re: Script to generate random questions and answers - Adobe LiveCycle 15-01-2018
Hi MinusZeroI really really appreciate your answer.I'm gonna try it.Thank you very much.

Views

467

Likes

0

Replies

0
Re: Script to generate random questions and answers - Adobe LiveCycle 13-01-2018
I'm sorry.But could someone help me with this question?

Views

466

Likes

0

Replies

0
Script to generate random questions and answers - Adobe LiveCycle 05-01-2018
I would like to know how and what is a better way to the following scenario:I have 8 text fields in the form.4 fields for questions and 4 fields for answers.By clicking on a button I would like to generate questions and answers in the 8 fields. Like a random selection of questions and answers.I'm a beginner with LiveCycle.Could someone help me with this question?Thank you.

Views

882

Likes

0

Replies

6