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

alan d.’s picture

You 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

alan d.’s picture

Status: Active » Closed (fixed)

I'm guessing that you resolved this. Closing to clean my issue queue up.