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.
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.