• gwp84

    (@gwordpress84)


    I see a previous post provided this solution to auto submit when you click a suggestion result.

    _.REPLACE = function (text) {
    this.input.value = text.value;

    Add this line:

    $(‘input[type=submit]’).click();

    However it doesn’t seem to work for me.

    Do I need to replace the first two lines in the js file or add underneath?

  • The topic ‘Auto Submit on clicking suggestion’ is closed to new replies.