Skip to content

Commit

Permalink
fix new contact form template
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Mar 14, 2024
1 parent 204c9c8 commit 039d41d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions template/contact_form.tpl
Expand Up @@ -26,12 +26,8 @@
{if isset($EASYCAPTCHA)}
{$EASYCAPTCHA.parsed_content}
{/if}
<div class="form-check">
<input class="form-check-input" type="checkbox" id="send_copy" name="send_copy">
<label class="form-check-label" for="send_copy">{'Send copy to my email'|translate}</label>
</div>
<input type="hidden" name="key" value="{$KEY}" />
<button type="submit" class="btn btn-primary">{'Send'|translate}</button>
<button type="submit" name="send_mail" class="btn btn-primary">{'Send'|translate}</button>
</form>
</div>

Expand Down

0 comments on commit 039d41d

Please sign in to comment.