Skip to content
Snippets Groups Projects
Commit 920613be authored by Prasad's avatar Prasad
Browse files

Fixed comment syntax in Webform tempalte

parent fe3916aa
Branches kill_spliti
No related tags found
No related merge requests found
No preview for this file type
......@@ -118,7 +118,7 @@
{/foreach}
</table>
{if $IS_CAPTCHA_ENABLED}
{# vscript - custom script tag to avoid loading when form popup is displayed #}
{* vscript - custom script tag to avoid loading when form popup is displayed *}
<vscript src="https://www.google.com/recaptcha/api.js" async defer></vscript>
<div class="g-recaptcha" data-sitekey="{$CAPTCHA_CONFIG['VTIGER_RECAPTCHA_PUBLIC_KEY']}" data-callback="enableSubmitBtn"></div>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment