Skip to content

Custom Engine Help

I'm trying to set up a custom engine for a site but the submit button is not part of the form, so what happens is it fills out the info but doesn't submit it. How can I make gsa recognize the button and click on it after filling out the form?

Button in question: <button type="submit" name="submit_button" class="btn btn-action btn-big btn-full js-submit-button"><span style="top: -2.5px" class="position-relative"><span class="symbol symbol-lock symbol-s" aria-hidden="true"></span></span>Submit Entry</button>

Comments

  • SvenSven www.GSA-Online.de
    there is no need for a button so SER can find the form.

    Just define other fields like

    form url=...
  • BlokonBlokon New york
    Ive tried the different form variables like form name, form class, form url, etc but none of them seem to work since the actual submission part isnt under a form tag.

    The HTML goes like this, 

    <div class="info-form"
         <form class="info">...</form>
         <div data-view=components/info_options data-requires_recaptcha="false"
               <div class="info_options">
                    <button type="submit"</button>
                </div>
          </div>
    </div>
  • SvenSven www.GSA-Online.de
    form class=info
    forum url=...

Sign In or Register to comment.