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.

Form guides with barcode:

Avatar

Former Community Member

Hi,

  I have a form designed in 8.0 which is running perfectly in PDF preview and Form guide preview as well.

When I add a 2D barcode field on the form, I could not able to see the Form in the Form Guide preview. It's just a blank blue screen.

I could see some new warnings in the preview tab of Guide Builder:

Warning: Unsupported XFA method/property 'caption'

Warning: Unsupported XFA method/property 'formNodes'

Warning: Duplicate variable definition.

Warning: Duplicate variable definition.

All these warnings point to the automated script generated by the barcode:

Please find the bold & underlined where the first warning points to:

---------------------------------------------------------

function encode(node)

{

    var barcodeLabel = this.caption.value.text.value;

    if (includeLabel == true && barcodeLabel.length > 0)

    {

        fieldNames.push(labelID);

        fieldValues.push(barcodeLabel);

    }

---------------------------------------------------------

Can you please help me on this?

Thanks,

kc

1 Reply

Avatar

Former Community Member

Hi..

  this issue got resolved. I upgraded my designer from 8.1 to 8.2 and now it's working fine.

Regards,

chaitanya