<div dir="ltr">Thanks Alan...I will look at it...<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">Christophe Humbert<br><br><br></div></div>
<br><div class="gmail_quote">On Fri, Jun 5, 2015 at 4:19 PM, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/06/15 14:47, Christophe Humbert wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Alan<br>
<br>
If you start typing a name of an contact you have in your db, you should<br>
have the autocomplete showing you the different possibilities...but I<br>
have only a very thin dropdown and even i can select a record it is a<br>
bit "guessing" so I must miss something...to have a proper autocomplet.<br>
</blockquote>
<br></span>
I would start by just creating a simple drop down with some values in it ans getting it to "look nice" - then you can include the webservices javascript library and autocomplete etc...<br>
<br>
The vtiger dropdowns use an old version of the Chosen library:<br>
<br>
<a href="http://harvesthq.github.io/chosen/" target="_blank">http://harvesthq.github.io/chosen/</a><br>
<br>
If you need to update them on-the-fly (if you add option tags for example) you must run:<br>
<br>
$("#form_field").trigger("listz:updated");<br>
<br>
Al<br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div></div>