Contact Forms

1. Template 1

Contact Me!

hello

HTML Code - Go to contact-forms-template-1 & copy the code starting from <div id="contact">. Also, copy the following line of code above all the <script> elements in the <head> element:

<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>

CSS Code - Copy the entire file. Remove the #contact-forms-template-1 prefix from all selectors.

JS Code - Follow the comments.

2. Template 2

Send Us A Message

hello

HTML Code - Go to contact-forms-template-2 & copy the code starting from <div id="contact">. Also, copy the following line of code above all the <script> elements in the <head> element:

<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>

CSS Code - Copy the entire file. Remove the #contact-forms-template-2 prefix from all selectors.

JS Code - Follow the comments.