08 Contact form & Google maps - pimmey/axala-docs GitHub Wiki
In order to make the form work and send you the messages you need to configure it. The config file is placed in mailer/
directory. Include all of the required information for the PHP mailer to do its magic.
Sometimes, some complications might arise due to the specifics of your Hosting provider. Make sure you check out the PHPMailer troubleshooting page in that case.
In order for Google maps to work, you're gonna need to create an API key and paste it into the script src
:
<script src="https://maps.googleapis.com/maps/api/js?key=abcdegfhjjiojoij123123123" async="" defer=""></script>
The map location should be inserted in ./assets/js/config
, under config.map
object.