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>
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
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>