Skip to content

Commit

Permalink
Replace recaptcha with captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Sep 12, 2023
1 parent c363254 commit 6058ff7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<label class="control-label privacy" for="privacy"><?=$this->translate("I Accept The Privacy Policy")?></label>
</div>
*/ ?>
<?=$this->recaptcha()->html($this->useRecaptcha) ?>
<?=$this->captcha()->html($this->useCaptcha) ?>
<div class="form-group">
<input type="submit" name="submit" class="btn btn-primary" value="<?=$this->transEsc("Send")?>" />
</div>
Expand Down
40 changes: 0 additions & 40 deletions themes/belugax/templates/Helpers/email-form-fields.phtml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</div>
<?php endif; ?>

<?=$this->recaptcha()->html($this->useRecaptcha) ?>
<?=$this->captcha()->html($this->useCaptcha) ?>
<div class="form-group">
<input type="submit" name="submit" class="btn btn-primary" value="<?=$this->transEsc("Submit")?>" />
</div>
Expand Down

0 comments on commit 6058ff7

Please sign in to comment.