Browse Source

check form if already filled

andre 4 years ago
parent
commit
8b33c95d25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      checkconfigureproduct.tpl

+ 1 - 0
checkconfigureproduct.tpl

@@ -35,6 +35,7 @@
     jQuery(document).ready(function(){
         customFields = $("*[id^='customfield']");
         $("#btnCompleteProductConfig").prop("disabled",true);
+        checkMailAddress( $(customFields[2]).val(), $(customFields[3]).val(), {$productinfo['pid']});
         $(customFields[4]).prop("disabled",true);
         $(customFields[5]).prop("disabled",true);
         $(customFields[2]).blur(function () {