diff --git a/templates/index.html b/templates/index.html
index 80400f0..0f31cd3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2406,6 +2406,8 @@
type="text"
id="api-key1"
+
+ placeholder="Weather API Key"
class="form-control api-key"
@@ -2858,6 +2860,8 @@
type="text"
id="api-key"
+
+ placeholder="Weather API Key"
class="form-control api-key"
@@ -6085,6 +6089,8 @@
id="wifi-ssid-input"
class="form-control"
+
+ placeholder="Wi-Fi SSID"
aria-describedby="TextHelpInline"
@@ -6119,10 +6125,14 @@
type="password"
id="wifi-pass-input"
+
+ placeholder="Wi-Fi password"
class="form-control"
aria-describedby="TextHelpInline"
+
+ value="{{ wifi_PSK }}"
/>
@@ -6155,6 +6165,8 @@
type="text"
id="country-code-input"
+
+ placeholder="2 Letter Country Code"
class="form-control"