Copy link to clipboard
Copied
I found the following JavaScript on JSFiddle for what I need to do, but I don’t know how to apply it to my PDF document to make it work. Could one of you super amazing brilliant genius javaScript experts help me with this?
$(function() {
$("button").on("click",function() {
$("input[value='mercedes']").prop("checked",true);
});
});
I would like to be able to populate a checkbox when the Click Me button is clicked. I need the user to be able to click on the button to add more attachments without making the button disappear, and the user will need to be able to manually uncheck the box.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
This is code for web browsers.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied

