How to remove blue background for list box.? Or how can I export the name that is chosen?
Hi everyone,
So I'm relatively new to the javascript game and I am creating an editable PDF. All works well, but everytime I try to print the pdf, the list boxes print WITH their blue background even if I set the appearance to no fill and no border. I have spent a couple of hours reading throughout the support community and could not find an answer.
My next solution is just to export the name of the item that has been chosen in the list, but alas the this.getField('fieldname') command has lost me as I can do most such as:
this.getField('fieldname').value
but cannot seem to figure out how to get the actual letters and not the export value (which is a number to be used for calculations).
I tried changing the list to a dropdown menu instead but my script stopped working when I did that (and yes I did update the names to match as well).
Anyone know how to sort out either of these problems?



