WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Modal Form Not Handled Correctly #222

Closed WildcardSearch closed 7 years ago

WildcardSearch commented 7 years ago

Currently the modal form's action attribute has &ajax=1 appended to it upon creation. If JavaScript fails, the server side script will still treat the submission as having come from JS (rather than the fallback edit page). Therefore there will be no redirect and the user will be left with a white screen.

Instead, the form should lack the AJAX key and have it added by the JS that overrides the typical submit functionality of the form.