Disable Textbox suggestions
autocomplete="off" add this as attribute to your control e.g.
<input type="text" autocomplete="off" />
You can try this code
<input autocomplete="nope" name="clent_email" id="clent_email" type="text"
>
change autocomplete="off" to autocomplete="nope"