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

LiveCycle Barcode

Avatar

Level 2

I am working on developing forms that embed select fields into a 2D paper form bar-code. I have to name some fields using the same binding name. However, when I scan the barcode and look at the delimited file those fields are present multiple times. For example, let's say I have a field called "coffee consumption" and that field has 3 mutually exclusive check boxes: None, Moderate, and Lots. I need to call each check box the same exact name so I wrap each check box in a sub form and then give each check box a binding name. Let's say the binding name here would be coffee_consumption.

Let's say the option selected was "None" then my output looks like this:

coffee_consumption  None

coffee_consumption  None

coffee_consumption  None


How do I reduce this to just one line of output without changing each check boxes binding name to something else? I've done it once before but I can't seem to replicate the steps to repeat this.

1 Reply

Avatar

Level 4

Try scanning the form at folloiwing link:

https://www.dropbox.com/s/uw9xsva7kkfv6oy/Barcode.pdf?dl=0

I used Radio Buttons instead of CheclBoxes