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

Kawboy2
Kawboy2
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Kawboy2
Customize the badges you want to showcase on your profile
Re: Text or Numeric fields will not display message when left empty- Required user input not working - Adobe LiveCycle 10-01-2018
Hi,User Entered - Required seems to just put a highlight around the field, i think you still need some code if you want to force people to fill it in.In the exit event of the Textfield put:form1.#subform[0].TextField1::exit - (JavaScript, client)//if the textfield is empty when exited, show a message, after the message's ok button is clicked, focus back on the textfield//if it isnt empty, do nothingif(TextField1.rawValue == null){xfa.host.messageBox("Input Required", "Alert", 3);xfa.host.setFocu...

Views

599

Like

1

Replies

0
Likes from