Skip to main content
Known Participant
November 8, 2022
Question

convert javascript to work on LiveCycle designer

  • November 8, 2022
  • 2 replies
  • 347 views

Hi, I'm using the below javascript in adobe form. now I want to use the same code with the LiveCycle designer form but I don't know how to modify this code for LiveCycle. can you pls help me to do it? thanks.

 

var v1 = Number(this.getField("undefined_2").value);
if (v1==0) event.value = "";
else event.value = 100 - v1;

This topic has been closed for replies.

2 replies

try67
Community Expert
Community Expert
November 8, 2022
Legend
November 8, 2022

We don't know anything about Designer JavaScript here, unfortunately. Mostly we consider it obsolete.