Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

How can I fetch data from the form fields in LCD ? Is there Barcode form field in LCD and how to embed data from from fields to a barcode in LCD?

Avatar

Level 1

How can I fetch data from the form fields in LCD ? Is there Barcode form field in LCD and how to embed data from from fields to a barcode in LCD?

Is it same as in Adobe Acrobat.

Eg: var m=getField("txtName").value;

For alert

app.alert("sddad");

var Result=getField("txtName").value+"-"+getField("txtName").value;

getField("Barcode").value=Result.toUpperCase();

0 Replies