Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Solexious
#47453 I'm trying to find an example of getting data from a form sent as a post request as a server (not sending a post request to a server) but failing to find one. Anyone know how to do it/an example?

Best,

Sol
User avatar
By martinayotte
#47475 Do you mean some example where the ESP is sending a form to a browser, and when submit button is press, the ESP would process then form contain ?
One of the simplest example is ESP8266WebServer/examples/SimpleAuthentification/SimpleAuthentification.ino where the form is the login user/password fields.
You can also search for a more complex one such as the WiFiManager where the form has several fields for setting up the STA connection.