Hi Dori,
I had a similar request and solved it.
I wanted the content of a html text box to be written to a lcd (directly wired, using lcd.h/lcd.c).
I added a global variable unsigned char internal_message[256] in httpd.h.
In my webpage.h I added
"<p align=\"left\">Interne Nachricht <input size ...