Tagged: form action, search widget
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” 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
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