Skip to content

Commit

Permalink
Merge branch '31-ignored_recaptcha'
Browse files Browse the repository at this point in the history
  • Loading branch information
nliautaud committed Apr 17, 2018
2 parents 7a02e6e + ccdcac2 commit e4dcd06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p01-contact/src/P01contact_Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public function html()
$html .= '<script src="https://www.google.com/recaptcha/api.js"></script>';
}
$html .='<div class="g-recaptcha" id="'.$id.'" data-sitekey="'.$key.'"></div>';
$html .="<input type=\"hidden\" id=\"$id\" name=\"$name\" value=\"trigger\">";
break;
case 'checkbox':
case 'radio':
Expand Down

0 comments on commit e4dcd06

Please sign in to comment.