Avatar

Level 4

I have another question regarding the script to populate a text box with multiple dropdown values. 

How do you save the form state (keep the page visible after it has been saved)?  This form will be connected to a signature pad, so it has to be certified and preserve scripting changes to form when saved is set to manually.  

I can save the form state of several other hidden pages using this code in the initialize event:

 

if

(this.rawValue==1)

{subformName.presence="visible";}

else

{subformName.presence="hidden";}

However, since I have multiple fields writing to a text box using the calculated event, I can't seem to save the form state using the code above. 

Please help, I have been searching forums and can not find a solution to this one.