[GH-ISSUE #994] Finally Labels above input box (Solved) #845

Closed
opened 2026-02-28 01:27:18 +03:00 by kerem · 1 comment
Owner

Originally created by @skjolddesign on GitHub (Jan 18, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/994

WifiManager has been my favorite config portal, except it does not have labels above input boxes.

The solution is to modify html in two const char in WifiManager.h:
const char HTTP_FORM_START[] PROGMEM = "<form method='get' action='wifisave'>SSID:<br><input id='s' name='s' length=32><br/> Password:<br><input id='p' name='p' length=64 type='password'><br/>";
const char HTTP_FORM_PARAM[] PROGMEM = "<br/>{p}:<br><input id='{i}' name='{n}' maxlength={l} value='{v}' {c}>";

Maybe this can be implemented in master branch so everyone can use this feature?

The result is a better user experience:
WifiManager_with_labels

Originally created by @skjolddesign on GitHub (Jan 18, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/994 WifiManager has been my favorite config portal, except it does not have labels above input boxes. The solution is to modify html in two const char in WifiManager.h: `const char HTTP_FORM_START[] PROGMEM = "<form method='get' action='wifisave'>SSID:<br><input id='s' name='s' length=32><br/> Password:<br><input id='p' name='p' length=64 type='password'><br/>";` `const char HTTP_FORM_PARAM[] PROGMEM = "<br/>{p}:<br><input id='{i}' name='{n}' maxlength={l} value='{v}' {c}>";` Maybe this can be implemented in master branch so everyone can use this feature? The result is a better user experience: ![WifiManager_with_labels](https://user-images.githubusercontent.com/2446237/72665862-d2ddef00-3a0c-11ea-8633-e3929035191a.jpg)
kerem closed this issue 2026-02-28 01:27:19 +03:00
Author
Owner

@tablatronix commented on GitHub (Jan 19, 2020):

development branch

<!-- gh-comment-id:575966034 --> @tablatronix commented on GitHub (Jan 19, 2020): development branch
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#845
No description provided.