I got error
Undefined variable: site_key in public_html/catalog/view/theme/optimus/template/information/contact.tpl on line 136
This is code of line no 136
Line no 136
<?php if ($site_key) { ?> line
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="g-recaptcha" data-sitekey="<?php echo $site_key; ?>"></div>
<?php if ($error_captcha) { ?>
<div class="text-danger"><?php echo $error_captcha; ?></div>
<?php } ?>
</div>
</div>
<?php } ?>
Not able to found captcha. I am using opencart 2.0.1.1
Please help me to resolve this thanks