Форма .NET Recaptcha принимает одно значение, но затем для каждой другой записи она проходит форму, даже если капча неверна - PullRequest
0 голосов
/ 23 марта 2019

    

        
            
                <h2></h2>
            
            
                
                    
                    
                
            
        
        
            
                
                
                    
                        
                            
                            
                        
                    
                
                
                    
                        
                            
                            
                        
                        
                
            
        
    

    

        


            
                <h2></h2>
                
                    CLOSE close
                
            
            
                
                    
                        
                        
                        
                    
                
                
                
                    
                    
                    
                
                
                
                    
                    
            

        

        
            
                <h2></h2>
                
                    CLOSE close
                
            
            
                </p>
            
        
    

Это код формы

Это код для проверки:


    
        jQuery(document).ready(function () {
            //jQuery("#EmailIcon").fancybox({ 'centerOnScroll': true, 'showCloseButton': false, 'modal': true, 'overlayShow': true, 'transitionIn': 'none', 'transitionOut': 'none' });
            if () { jQuery('#EmailIcon').click(); } else {jQuery('#').hide(); jQuery('#').show();}

            //Scripts to hide and move Prepaid/Refreshed pricing
        jQuery("td.tHeaderLabel:contains('HiddenPricing'), td.tHeaderLabel:contains('DisplayOptions'), td.tHeaderLabel:contains('PlanOptionProperties')").each(function () { //Starts hiding at "HiddenPricing" header and stops at next header
                jQuery(this).parents('tr').hide();
                jQuery(this).parents('tr').nextUntil("tr.trHeader").hide();
            });

        });

        function ValidatePage() {
            if (typeof (Page_ClientValidate) == 'function')
                Page_ClientValidate();
            if (Page_IsValid)
                jQuery.fancybox.close();              
        }

        function CloseWindow() {
            jQuery('#').val('');
            jQuery('#').hide();
            jQuery('#').show();
        }

    

...