HTML is not my bag.
But here goes. Have almost everything working.
But when I do my submit, the url stays in the 192.168.1.25/submit
Hitting the back button works, but I need to to return without user intervention.
Using the ESP8266WebServer & page for the HTML
I've tired a (at the end of the handler):
handleRoot();
server.send ( 200, "text/html", getPage() );
but no joy.
What simple dumb nooby thing am I missing?
TIA
HH