ScreenSteps 5

Adding a ScreenSteps search form to your website

Updated on

Add the search form HTML

  1. Copy the HTML below.
  2. Replace {{url}} with your ScreenSteps site URL.
  3. 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.

Previous Article Using iframes to embed ScreenSteps articles in other services
Next Article Troubleshooting: User can't see embedded help tab in Salesforce