Forums Forums Search & Filter Pro form submit button not showing despite disabling auto submit and adding css

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #195645

    Hi there,

    I want to have a submit button on my form as the refresh is too slow. I have unticked the ‘auto submit form’ option. Button does not show.

    I found another user’s post about adding custom css to make it show, however, this has made no difference.

    /* ACADEMY filter-search form - allow submit button to show-----------------------------*/
    .sf-field-submit {
        display: inline; margin-right:10px;
    }
    .sf-field-reset {
        display: inline;
    }

    I would have thought I didn’t need custom css to make it show, but nevertheless I can’t seem to work it out.
    Any ideas as to what is wrong please?
    Many thanks!

    Trevor
    #195666

    You need to add the button from the Form UI section:

    https://www.screencast.com/t/zzGoXVli8Vtd

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