Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Display reCAPTCHA inline for custom CSS styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-PierreGassin committed Apr 3, 2018
1 parent 0c9b8aa commit 6cc76b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/forms/render.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
@if (setting('admin.google_recaptcha_site_key'))
<button
class="button g-recaptcha"
data-badge="inline"
data-sitekey="{{ setting('admin.google_recaptcha_site_key') }}"
data-callback="onSubmit" onclick="setFormId('{{ $form->title }}')"
>
Expand Down

0 comments on commit 6cc76b1

Please sign in to comment.