https://bugzilla.wikimedia.org/show_bug.cgi?id=27676
--- Comment #9 from Happy-melon <[email protected]> --- (In reply to comment #8) > Can we add a hidden form field indicating whether a GET request is form > submission or not? No, because the state of a GET form is expressed in the URL (that's the whole premise of a GET). So if we added a 'submitted=1' field and someone shares the generated URL, the form appears as if it had already been submitted. Essentially the concept of "submitted" doesn't have as strong a meaning for GET forms as it does for POST forms. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
