We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0482245 commit 1e9c3aaCopy full SHA for 1e9c3aa
1 file changed
Official_Website/index.html
@@ -134,7 +134,7 @@ <h2>Feedback</h2>
134
<script type="text/javascript">
135
(function(){
136
emailjs.init({
137
- publicKey: "rId2aw03Pj2ZNq2U5",
+ publicKey: "Q-bwaE4CPQZ-cMlKt",
138
});
139
})();
140
</script>
@@ -159,7 +159,7 @@ <h2>Feedback</h2>
159
let temp=document.getElementById('comments').value
160
document.getElementById('comments').value= `Comments : ${document.getElementById("comments").value} Rating : ${document.querySelector('input[name="rating"]:checked').value}`;
161
162
- emailjs.sendForm('service_hrz8hfg', 'template_na7xjc4',"#feedback-form").then(
+ emailjs.sendForm('service_y9hxdqs', 'template_h9uoq69',"#feedback-form").then(
163
(response) => {
164
console.log('SUCCESS!', response.status, response.text);
165
},
0 commit comments