Support

Account

Home Forums Backend Issues (wp-admin) Disable Update button until all fields have loaded Reply To: Disable Update button until all fields have loaded

  • Before I begin, I have never had this issue.

    The following is just an idea of a way to work around this that may work but is untested.

    First step, add custom CSS to the admin that hides the update button. “display:none”.

    Add custom JS to the page that set the display back to inline “display:inline” on $(document).ready