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
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
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:
now try to use your dropdown, type "aa", do you get the data loaded ?
Regards,.
Max
#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
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.
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.
Anyone can help me ? plz.
This issue still not fixed. I back to use version 4. And all is working good.
Hope this issue can fixed on future.
Thanks
Hope this issue can fixed on future.
Thanks
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
Regards,
Max
This topic is locked and no more replies can be posted.