Skip to content

Commit

Permalink
form update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushantchamp committed Apr 24, 2024
1 parent c671246 commit a6a4829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function sendEmail() {
var message = document.getElementById("message").value;

if (name === '' || email === '' || phoneNumber === '' || message === '') {
swal("Error!", "Please fill in all the fields.", "error");
swal("Error!", "Kindly ensure all the fields are completed.", "error");
return;
}

Expand Down

0 comments on commit a6a4829

Please sign in to comment.