I’m using JavaScript to automatically check a box if a certain field has input. I would like to have the box checked even if there is only an attachment in the field. I’ve found code that checks if there is an attachment anywhere in the document but I cannot find a way to check in a specific field.
Any help would be greatly appreciated.
Subject: $file
If a document has an attachment a field called $File is automatically created on saving.you could check for the presence of that field…
Subject: I don’t think that’ll work
Thanks for the reply Leo. I’m more trying to find if there is an attachment in a specific field. The $FILE just tells me that there is an attachment in the document.