[GH-ISSUE #1255] Redirecting to startpage #1074

Open
opened 2026-02-28 01:28:24 +03:00 by kerem · 5 comments
Owner

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

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
Author
Owner

@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

<!-- gh-comment-id:1030901561 --> @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
Author
Owner

@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

<!-- gh-comment-id:1030975290 --> @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
Author
Owner

@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.

<!-- gh-comment-id:1031166639 --> @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.
Author
Owner

@jayvdw13 commented on GitHub (Oct 25, 2022):

any progress on this?

<!-- gh-comment-id:1290172345 --> @jayvdw13 commented on GitHub (Oct 25, 2022): any progress on this?
Author
Owner

@tablatronix commented on GitHub (Oct 26, 2022):

There is a test option
boolean _showBack = false; // show back button
or modify
const char HTTP_PARAMSAVED[] PROGMEM = "<div class='msg S'>Saved<br/></div>";

<!-- gh-comment-id:1291337222 --> @tablatronix commented on GitHub (Oct 26, 2022): There is a test option ` boolean _showBack = false; // show back button` or modify `const char HTTP_PARAMSAVED[] PROGMEM = "<div class='msg S'>Saved<br/></div>";`
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#1074
No description provided.