Hi @glenwpcoder, I had the same issue as @lazal2us after updating pluging, the upload container disappeared. I have added the filter add_filter(‘dnd_cf7_load_on_cf7_page’, ‘__return_false’); and it started to look normal as before but the link browse files here doesn’t work, it’s pointing to javascript:void(0)
<a class="cd-upload-btn" href="javascript:void(0)">Browse files</a>
Thanks for your help,