Skip to content

Commit

Permalink
Fixed passive antispam validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vince committed Feb 22, 2024
1 parent 1e47767 commit b5f3286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/SmallContactForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ public function getAntispamFieldHtmlCode(){
// Field attributes
$attributes = [
'id' => '_protect-'.$this->alias,
'name' => '_protect',
'name' => '_protect-'.$this->alias,
'class' => '_protect form-control',
'value' => 'http://',
];
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,6 @@
1.66.1:
- Fixed mail notification text for Czech language
1.66.2:
- Added snippetAjax option (thanks @DenSit-be)
- Added snippetAjax option (thanks @DenSit-be)
1.66.3:
- Fixed passive antispam validation (thanks @Quendi6)

0 comments on commit b5f3286

Please sign in to comment.