Copy link to clipboard
Copied
I created a fillable form but I need to add a field to insert an image (where it asks you where the image is located). I think there's a java script that can do that, correct?
Copy link to clipboard
Copied
Use a image field.
Copy link to clipboard
Copied
You can use a button field with layout in the options tab set to Icon only, and the following Mouse Up action script:
event.target.buttonImportIcon();
Or you can now use an image field (a button field that adds that script automatically).