cancel
Showing results for 
Search instead for 
Did you mean: 

Make the field visible/invisible based on the other field

Former Member
0 Kudos

Dear Readers,

I have to make one text field in invisible/visible mode based on value enter in the other text field in interactive form. Could any one help me out to solve this one?

Thanks inadvance.

Edited by: MVPhani Diwakar on Feb 25, 2010 1:37 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I got to know where is the problem. When i am executing the form, i did not pass the value X to dynamic property. After passing the value to dynamic property, desired functionality worked properly.

Thanks for giving me support.

Edited by: MVPhani Diwakar on Feb 25, 2010 3:05 PM

OttoGold
Active Contributor
0 Kudos

This question has been answered like tousand times here!! Why don´t you search first?

if (mypath.myfield.rawValue == "value") { theotherparth.otherfield.presence = "hidden"; }

Otto

Former Member
0 Kudos

Hi Otto,

First thing i searched here before posting the question. Second thing i tried but could not solve.

chintan_virani
Active Contributor
0 Kudos

You may post the code here to analyze further.