Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arena

    (@arena)

    this would require some extra code in javascript

    Thread Starter overmetal61

    (@overmetal61)

    I took action to try to mod this myself…

    I attempted to add the following:
    /mailpress/mp-admin/js/write.js line:341

    changed to

    if ( err == 0 )
    {
    document.getElementById(“publish”).disabled=true;
    return true;
    }

    But it will not send, it will only save? From what I can tell this is the validation function with return true saying there were no errors… So thats when I try to disable the button to prevent multiple clicks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Send Button Disable After 1 Click’ is closed to new replies.