Skip to content

Commit

Permalink
main : contact incorrect id
Browse files Browse the repository at this point in the history
  • Loading branch information
SharadShakya9 committed Dec 22, 2024
1 parent c4aa65f commit 77a3437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ document.addEventListener("DOMContentLoaded", () => {
const phone = document.getElementById("phone").value.trim();
const moveInDate = document.getElementById("move-in-date").value.trim();
const unitType = document.getElementById("unit-type").value;
const roomType = document.querySelector("input[name='room-type']:checked");
const roomType = document.querySelector("input[name='room_type']:checked");

// Error message spans
const firstNameError = document.getElementById("first-name-error");
Expand Down

0 comments on commit 77a3437

Please sign in to comment.