Fixing reCAPTCHA
This commit is contained in:
parent
fe691c61ef
commit
97f0726c31
@ -387,7 +387,7 @@
|
|||||||
<div class="twelve columns">
|
<div class="twelve columns">
|
||||||
|
|
||||||
<!-- form -->
|
<!-- form -->
|
||||||
<form action="javascript:alert("OK");" method="post" id="contactForm" name="contactForm">
|
<form action="" method="post" id="contactForm" name="contactForm">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<input type="text" value="" size="35" maxlength="100" id="contactName" name="contactName" placeholder="Name (required)">
|
<input type="text" value="" size="35" maxlength="100" id="contactName" name="contactName" placeholder="Name (required)">
|
||||||
<input type="text" value="" size="35" maxlength="100" id="contactEmail" name="contactEmail" placeholder="Email (required)">
|
<input type="text" value="" size="35" maxlength="100" id="contactEmail" name="contactEmail" placeholder="Email (required)">
|
||||||
|
@ -172,8 +172,8 @@ jQuery(document).ready(function($) {
|
|||||||
$('#message-warning').html(msg);
|
$('#message-warning').html(msg);
|
||||||
$('#message-warning').fadeIn();
|
$('#message-warning').fadeIn();
|
||||||
}
|
}
|
||||||
// grecaptcha.reset();
|
grecaptcha.reset();
|
||||||
// $('form#contactForm button.submit').prop('disabled', false);
|
$('form#contactForm button.submit').prop('disabled', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user