@ -220,7 +220,7 @@ The example above saves `server` and `period` elements from the AutoConnectAux o
]
```
## Parameter handling
## Custom field data handling
A sketch can access variables of AutoConnectElements in the custom Web page. The value entered into the AutoConnectElements on the page is stored in the member variable of each element by AutoConnect whenever GET/POST transmission occurs.
### <iclass="fa fa-desktop"></i> Over typing with LoadElement function
### <iclass="fa fa-wpforms"></i> Over typing with LoadElement function
The [AutoConnectAux::loadElement](apiaux.md#loadelement) function overwrites its value when loading an AutoConnectElement. If the loadElement function wields an element with an input value, the previous value will be lost by the loaded value. If you need to preserve input values even during page transition operations, we recommend that you load parameters only once at an early stage in the `setup()` of sketches.
### <iclass="fa fa-check-square"></i> Check data against on submission
### <iclass="fa fa-exchange"></i> Convert data to actually type
@ -185,6 +185,10 @@ It consumes about 2K bytes in the static and about 12K bytes are consumed at the
Because AutoConnect does not send a login success response to the captive portal requests from the smartphone. The login success response varies iOS, Android and Windows. By analyzing the request URL of different login success inquiries for each OS, the correct behavior can be implemented, but not yet. Please resets ESP8266 from the AutoConnect menu.
## <iclass="fa fa-question-circle"></i> I can not see the custom web page.
JSON parse error
## <iclass="fa fa-question-circle"></i> AutoConnect behaves not stable with my sketch yet.
If AutoConnect behavior is not stable with your sketch, you can try the following measures.