Support » Plugin: Gravity Forms Sticky List » Delete confirmation

  • Resolved Nurgiel

    (@nurgiel)


    Hi,

    My client wants a confirmation box before deleting an entry.
    Right now if you click delete in sticky form ajax deleting entry is called and I couldn’t find a way to stop it.

    I tried this:

    $(“.sticky-list-delete”).click(function(){
    if (confirm(“Click OK to continue?”)){
    $(‘form’).submit();
    }
    });

    but it doesn’t stop the call.

    Any hints/help?

    https://wordpress.org/plugins/gravity-forms-sticky-list/

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

    (@fried_eggz)

    Hello. That’s actually a pretty nice feature to have. I’ll look at implementing this in the next version as an option.

    Plugin Author fried_eggz

    (@fried_eggz)

    I have implemented the feature to optionally display a confirmation on delete. Grab the new version (1.1.8) and check the delete settings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete confirmation’ is closed to new replies.