> On Jul 26, 2026, at 2:26 PM, Mike via Lynx-dev <[email protected]> wrote:
>
> But some time ago I noticed that when I was using LMS in Lynx, there
> sometimes showed up old data in a form (as I'm checking now, that's not the
> case in Chrome). This is what issue 7 is about
> (https://github.com/decision-making-mike/lms/issues/7).
In the PHP, it looks like all the form elements use GET requests
(action="get"), but at least some should use POST because they are
creating/modifying a resource. Could this be the underlying problem?
Cheers - Chuck