Skip to content

Commit

Permalink
trigger contact
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 4, 2023
1 parent ea10368 commit a77b5ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/template/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<div class="alert alert-danger"><?php echo $error; ?></div>
<?php elseif(isset($success)): ?>
<div class="alert alert-success"><b>Thanks for your request, we will answer your request as soon as possible.</b></div>
<script>
gtag('contact', new Date());
</script>
<?php endif; ?>

<p>Please use this form to contact us. You can also take a look at our <a href="https://docs.fusio-project.org/">documentation</a>
Expand Down

0 comments on commit a77b5ab

Please sign in to comment.