• Hello there is any possibility to :
    1) when user click submit, the button become disabled ? indicator for the user that the comment is sending (cz my server is slow)

    Itried this one, but the comment is not sending anymore,

    <script>
    jQuery(document).ready(function ($) {
        jQuery('#commentform input#submit').click(function(e){
          jQuery(this).prop('disabled', true);
           jQuery(this).val("Please Wait");
        });
    });
    </script>

    2) any possibility to redirect the page and add parameter “?anticache” to remove cache in this page ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Manuel Peraza

    (@silverd)

    Hello there,
    We hope you are doing well! ??

    About the first of your petitions:
    Unfortunately, the changes you are requesting are not possible.

    The second one depends on the plugin you are using for the cache.

    You could set inside the settings which pages you don′t want to cache.

    For example product pages.

    Let us know any news, please.
    Have a nice day!

    Thread Starter tayssir.ch

    (@tayssirch)

    Thanks for your reply, but
    1) definitely you can provide us a triggers, for example how can i get when validation is true ? so i can display message or use css to do it with Jquery
    2) Since your plugin work on all product pages, Sure i can’t stop caching on all product pages. what i am looking for, when comment is added, I need the website to be redirect

    Plugin Support Manuel Peraza

    (@silverd)

    Hello there,
    We hope you are doing well! ??

    1)You can catch the button clicked interaction from Jquery.

    2)We don′t understand when you want to redirect and where, could you explain it a bit more?

    Let us know any news, please.
    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable button on click submit, and redirect instead of ajax’ is closed to new replies.