From 7f2037ae695aa0bbaf7ae3db61e31a8935e49a92 Mon Sep 17 00:00:00 2001
From: David Reed
diff --git a/public/index.js b/public/index.js
index 753c49b..1f1dbf3 100644
--- a/public/index.js
+++ b/public/index.js
@@ -1,5 +1,5 @@
-const form = document.querySelector("form");
-const input = document.querySelector("input");
+const form = document.querySelector("#uv-form");
+const input = document.querySelector("#uv-address");
const error = document.querySelector("#error");
const errorCode = document.querySelector("#error-code");