Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

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