Forums

Plz help me with Autocompleter

thanhbactn 29 Jul, 2014
First, i'm sorry if this is repeat question, but i has search much and don't get answer .
I'm creating a form with Chronoform 5, and i just don't know how to use Autocompleter😟
can you tell me if where have some document about how to config it? i has try search on your forum much, but don't see.
plz help me.
Check here, i have some screenshot
1, http://prntscr.com/47i6tw
2, http://prntscr.com/47i7c8

Thanks you
Max_admin 30 Jul, 2014
Hi,

#1- please move the auto completer action before the "html" action
#2- please create a new form event, name it "data" for example, then enter data in the "AJAX event name" field
#3- inside the new event area (green), drag a "custom code" box and use this code:

<?php
$data = array("aa" => "AA", "bb" => "BB", "cc" => "CC");
echo json_encode($data);

now try to use your dropdown, type "aa", do you get the data loaded ?

Regards,.
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
thanhbactn 31 Jul, 2014
Thanks for reply, i has done config . you can take a view here
1, http://prntscr.com/4814iw
2, http://prntscr.com/4814og
3, http://prntscr.com/4814tf
4, http://prntscr.com/4814ya

But same have issue with js conflict , i has try with default joomla template, but it is same , i still get error with this .check screenshot for more detail : http://prntscr.com/481445

Also, this is live url, if you want take a look : http://joomla.phpweb24.com/bharatmatafoundation/index.php/drug-side-effects

Thanks you so much.
thanhbactn 01 Aug, 2014
Anyone can help me ? plz.
GreyHead 02 Aug, 2014
Hi thanhbactn,

It looks as though you have this working OK now?

Bob
thanhbactn 02 Aug, 2014
This issue still not fixed. I back to use version 4. And all is working good.
Hope this issue can fixed on future.
Thanks
Max_admin 04 Aug, 2014
I will debug this issue, you can contact me using the "contact us" page to check for any updates regarding the auto completer in v5

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.