Skip to content

Commit 856980a

Browse files
Updates
1 parent 1e9c3aa commit 856980a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Official_Website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ <h2>Feedback</h2>
157157
return;
158158
}
159159
let temp=document.getElementById('comments').value
160-
document.getElementById('comments').value= `Comments : ${document.getElementById("comments").value} Rating : ${document.querySelector('input[name="rating"]:checked').value}`;
160+
document.getElementById('comments').value= `Message : ${document.getElementById("comments").value} Rating : ${document.querySelector('input[name="rating"]:checked').value}`;
161161

162162
emailjs.sendForm('service_y9hxdqs', 'template_h9uoq69',"#feedback-form").then(
163163
(response) => {
164-
console.log('SUCCESS!', response.status, response.text);
164+
console.log('SUCCESS!', response.status, response.text);
165165
},
166166
(error) => {
167167
console.log('FAILED...', error);

0 commit comments

Comments
 (0)