Hi @SriMi1 while imagepath and videosrc looks same, the issue may arise fromgranite:class="assetbrowser".Temporarily remove granite:class="assetbrowser" from imagepath and test. Js Work:Instead of $field.attr("required", "true"); use $field[0].setAttribute("required", "true");You're calling restoreR...