Closed (fixed)
Project:
Upload element
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
9 Dec 2009 at 12:40 UTC
Updated:
13 Nov 2015 at 18:49 UTC
How do I disable the update button once an image is uploaded?
I tried doing it via my forms css but I think the ahah?? may override my forms js?
thanks
Comments
Comment #1
alan d. commentedYou could do this programmatically by APPENDING another #process callback or a #prerender callback. Otherwise try setting the css display of .upload-element-row .form-submit to none
Comment #2
alan d. commentedI'm guessing that you resolved this. Closing to clean my issue queue up.