Add the search form HTML
- Copy the HTML below.
- Replace {{url}} with your ScreenSteps site URL.
- Paste into your website where you want the search form.
<form accept-charset="UTF-8" action="{{ url }}/searches" method="get"> <div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"></div> <input name="text" title="Enter a keyword or topic to search" type="text"> <input name="commit" type="submit" value="Search"> </form>
Customize the form (optional)
Add classes or styling as needed.
How it works
Users are taken to your ScreenSteps site to see search results.