Inserting an image inside a fillable form...
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?
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?
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).

Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.