Subversion Repositories SmartDukaan

Rev

Rev 3312 | Rev 4656 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3312 Rev 4609
Line 42... Line 42...
42
	trackPaymentOptionFormSubmission();
42
	trackPaymentOptionFormSubmission();
43
	return true;
43
	return true;
44
}
44
}
45
 
45
 
46
function verifyCodSelectionForm(formName){
46
function verifyCodSelectionForm(formName){
47
	var captcha_response_input = $("form[name='" + formName + "'] :input[name='recaptcha_response_field']");
47
	var captcha_response_input = $("form[name='" + formName + "'] :input[name='captcha_response_field']");
48
	if(captcha_response_input.val() == ''){
48
	if(captcha_response_input.val() == ''){
49
		dispError("Please enter the characters shown.");
49
		dispError("Please enter the characters shown.");
50
		return false;
50
		return false;
51
	}
51
	}
52
	trackPaymentOptionFormSubmission();
52
	trackPaymentOptionFormSubmission();