mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1255] Redirecting to startpage #1074
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1074
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SmurfettesBrother on GitHub (May 27, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1255
Hello, first of all, thank you very much for the great work.
I have the following problem: I added two customfields. Everything works great. But after pressing the save button I only get to see "saved" (saving the settings works fine) But after saving I want to go back to the start page to enter the WIFI settings. Is that possible? If so, how can I do this? Many Thanks
@sstopkin commented on GitHub (Feb 6, 2022):
I have the same question. Also - is it possible to show all custom parameters on main portal page (not in setup)? Thank you.
upd - I found the answer on my second question.
"wm.setParamsPage(false);"
https://github.com/tzapu/WiFiManager/blob/master/examples/Super/OnDemandConfigPortal/OnDemandConfigPortal.ino#L137
@tablatronix commented on GitHub (Feb 7, 2022):
Thats the default, or don't have param in your menu. Not sure what the question is.
you have to specifically set this option
@sstopkin commented on GitHub (Feb 7, 2022):
@tablatronix the original question from @SmurfettesBrother is - how to redirect from param page to main page after pushing "save" button? Currently user getting a popup with text "saved" and nothing else happened. Is is possible to navigate the user to main page (ideally after 3-5 seconds of delay)?
Thank you.
@jayvdw13 commented on GitHub (Oct 25, 2022):
any progress on this?
@tablatronix commented on GitHub (Oct 26, 2022):
There is a test option
boolean _showBack = false; // show back buttonor modify
const char HTTP_PARAMSAVED[] PROGMEM = "<div class='msg S'>Saved<br/></div>";