Showing 1 – 3 of 3 replies
Helio

I'm using 'Home Carousel' template and […]

Helio PURCHASED
7 years ago
Hi,

I'm using 'Home Carousel' template and I would like to have google maps and contact form from the template 'Contact form & google map', for for google maps it's ok BUT as I put the tag <script src="assets/js/contact.js"></script> on the final of the code, the whole website collapsed, becomes black. Its some kind of conflict...

Please, how can I have contact form functionalities to work on 'Home Carousel' template?

Thank in advance!

Best wishes
LuckyRoo
LuckyRoo SELLER
7 years ago
Hi,

Thanks for purchasing BERG.

If you want to use contact form, you need to include "assets/js/contact.js" and "assets/plugins/validation/jquery.validate.min.js".

Example:

<!-- Plugins JS -->
<script src="assets/plugins/jquery.min.js"></script>
<script src="assets/plugins/validation/jquery.validate.min.js"></script>

<!-- Contact JS -->
<script src="assets/js/contact.js"></script>

Hope that helps :)

Thank you.
Al
Helio
Helio PURCHASED
7 years ago
Thanks ideed!
Helio
Helio PURCHASED
7 years ago
Thanks indeed!!