Forums Forums Search & Filter Pro submit form from external button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #81065

    I once found that right code to do so, but I cannot retrieve it now on your documentation..
    Can you please point me in the right direction to submit a form from an external button?
    Thanks a lot.
    LauraC

    Trevor
    #81103

    The button would need to have a javascript onclick event attached, and this would be used to submit the form, like this:

    $('.searchandfilter').submit();

    Anonymous
    #81119

    Thanks Trevor 🙂

    Trevor
    #81122

    Did that work for you? If it did, can I close this thread?

    Anonymous
    #81125

    Sure you can, and thanks for the tip, and please take care of how your documentation is written I could have retrieved this info by myself if it was more organized.
    Thanks a lot anyways!!

Viewing 5 posts - 1 through 5 (of 5 total)