Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1142254

    I just wanted to find out if it is possible to combine the following form action with the “search widget”. I need the styling of the widget with the function from the script.

    <form action=”https://www.google.com/search&#8221; class=”searchform” method=”get” name=”searchform” target=”_blank”>
    <input name=”sitesearch” type=”hidden” value=”example.com”>
    <input autocomplete=”on” class=”form-control search” name=”q” placeholder=”Search in example.com” required=”required” type=”text”>
    <button class=”button” type=”submit”>Search</button>
    </form>

    Best regards
    Harry

    #1142840

    Hi Harry,

    That’s not possible, also I’m not really sure what you’re trying to achieve but based on the form code, maybe this one is what you’re looking for: https://developers.google.com/custom-search/
    however, integrating that to Enfold would be outside the scope of our support :(

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.