Advanced PDF Picking TIcket - Looking to add lines in the committed column so that the employee has a dedicated space to write in the picked quantities - not sure how to do that in source code. See attached image. So each line would just have a blank line under Committed Column. Any ideas would be appreciated!
p
Peter Cler
02/21/2020, 1:47 PM
Did you try center-justified Underscores hardcoded to that column?
p
Paul Petersen
02/21/2020, 1:49 PM
I tried adding <u> to the line which I believe would underline the value if populated - but it doesn't add a blank line. <td><u>${item.quantitycommitted}</u></td>
a
al3xicon
02/21/2020, 2:04 PM
yeah i'd just put a series of underscore characters
p
Paul Petersen
02/21/2020, 3:23 PM
Got it - case of thinking too hard about coding vs. simple solution. Thanks Alex/Peter!