Partner Kit > Medical Spellchecker

The MyDailyApple Medical Spellchecker is a JavaScript widget that enables you to provide suggestions for medical terminology and general mispellings alongside any fields on your site in which your users enter text.

Example: type some text (with mispellings!) into the box below

Suggestions will appear here


Powered by MyDailyApple

Installation Instructions

For installation you will need a partner key. If you do not have one, you may sign up.

You will also need to take a look at the HTML markup of the webpage that you want to use the spellchecker on.

Choose or add a <textarea> or <input> element that you want the spellchecker to monitor. Then add a unique id attribute to that element. Make note of that value and use it as the input id below.

Then choose or add a <div> element that you want to use to show the spelling suggestions. Again, add a unique id attribute to that element. Make note of that value and use it as the output id below.

Step 1:

Type or paste your key into the box below then click the "Generate" button.
KEY
This is the partner key that obtain from MyDailyApple when you sign up.
KEY


Sample code:
         
        
      

Step 2:

Copy the auto-generated code above and paste it into the source code of your web page.