Expand my Community achievements bar.

how hidden text field in form?

Avatar

Former Community Member
hi, i create a text field in mode "visible" but i want hidden in runtime

for example;

in mode DISPLAY i select click (mode formcalc)

textfield1.presence = "hidden";



when i run form

i click in the text field , but no hidden

help me



thanks

i have designer ver 7.0 in spanish
1 Reply

Avatar

Former Community Member
The script you have is javascript and it looks like you have the context set to "FormCalc".



Try setting the script to javascript and use the initialise event and it should work.