0
transform adobe javascript to aem formcalc
Explorer
,
/t5/acrobat-discussions/transform-adobe-javascript-to-aem-formcalc/td-p/13619639
Mar 01, 2023
Mar 01, 2023
Copy link to clipboard
Copied
hello
I have this script
// Get field values as numbers
var v1 = +getField("Text2 ").value;
var v2 = +getField("Text10").value;
var v3 = +getField("Text12").value;
var v4 = +getField("Text11").value;
// calculate this field value
event.value = v1+v2+v3 - v4;
how can transform it to aem FormCalc;
TOPICS
JavaScript
,
PDF forms
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-discussions/transform-adobe-javascript-to-aem-formcalc/m-p/13619892#M401644
Mar 02, 2023
Mar 02, 2023
Copy link to clipboard
Copied
Questions about Adobe AEM/LiveCycle should be asked here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-mana...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

