convert javascript to work on LiveCycle designer | Community
Skip to main content
November 8, 2022
Solved

convert javascript to work on LiveCycle designer

  • November 8, 2022
  • 1 reply
  • 735 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 post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manu_Mathew_

@omanbux you might want to post this here https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experience-manager-forms-community

if its related to AEM form for better reach.

1 reply

Manu_Mathew_
Community Advisor
Manu_Mathew_Community AdvisorAccepted solution
Community Advisor
November 9, 2022