Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Secondly, add the new directive `wire:recaptcha` to the form element that you wa
<!-- Add the `wire:recaptcha` Livewire directive -->
<form wire:submit="save" wire:recaptcha>
<!-- The rest of your form -->

<!-- When using version 2, insert the placeholder element -->
<div id="g-recaptcha-element"></div>

<button type="submit">Submit</button>
</form>

Expand Down