Files
vidok.com/templates_user/pages/reklamacje.php

24 lines
898 B
PHP

<?php
$locatickToken = "def50200c2785b95ec6cc2630840a99098821ef6c58f4f88c835804a8c3fa3daecbfc2b1b08a9e0f19c6ab46208aaf10935e7fa2fbc2aaf6f1a4d1cb88fd52ff02751f8bf18b12eb6d6a9895cc758bdbb0512a9832f41b55010eab0a33ccc0468b3753e639ec";
?>
<div class="main-page">
<div class="container">
<div class="row">
<div class="col-12">
<script type="module" src="https://plugin.locatick.com/webform/index.js"></script>
<locatick-form-plugin
token="<?php echo $locatickToken; ?>"
primary-color="#1e2832"
background-color="#f7f6f5"
text-color="#1e293b"
font-family="'URW Form', sans-serif"
border-style="1px solid #f7f6f5"
>
</locatick-form-plugin>
</div>
</div>
</div>
</div>