0
Fillable form upload image button
Explorer
,
/t5/acrobat-discussions/fillable-form-upload-image-button/td-p/11960425
Apr 10, 2021
Apr 10, 2021
Copy link to clipboard
Copied
I created a fillable form. I want the user to be able to upload an image that appears in a very specific place ON that form. I don't want them to click the "image" field, because I want it to be more intuitive---I have a list where the user fills in text fields. I want the "upload" button to appear in that list.
How can I do this?
TOPICS
PDF forms
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-discussions/fillable-form-upload-image-button/m-p/11965787#M307847
Apr 13, 2021
Apr 13, 2021
Copy link to clipboard
Copied
Put the button beside the text fields.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-discussions/fillable-form-upload-image-button/m-p/11965819#M307853
Apr 13, 2021
Apr 13, 2021
Copy link to clipboard
Copied
Place this script as a mouseUp Action in the button:
this.getField("image").buttonImportIcon();
Acrobate du PDF, InDesigner et Photoshopographe
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

