close
This is the
id of the textbox you want to have Yamli on.
To locate it go to the your page's HTML source code and locate one of the following tags:
<input type="text" id="textbox_id_1" ... />
or
<textarea id="textbox_id_2" ... ></textarea>
Then just type the id (for example
textbox_id_1) in the box below.
If your textbox does not have an id, you can easily
add one.