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

ZZ47862895
ZZ47862895
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 ZZ47862895
Customize the badges you want to showcase on your profile
Re: How can I make two buttons either "invisible" or "visible" based on a text field being either blank or have something typed in it? - Adobe LiveCycle 14-05-2018
Hi,Your code looks alright to me, you could remove the whole else condition, soif (Page1.EmployeeEmail.rawValue == null){ Page1.SubmitToHR.presence = "visible"; Page1.SubmitToHRccEmp.presence = "invisible";}else{ Page1.SubmitToHR.presence = "invisible"; Page1.SubmitToHRccEmp.presence = "visible";}But that is not likely to be the problem, is Page1 flowed? Is SubmitToHRccEmp visible by default? Maybe if you could share a link to your form.RegardsBruce

Views

254

Likes

0

Replies

0