Hi all, is there a way to pass more than one parameter when I make ajax call typing in a dropdown/autocompleter fiels?
With autocompleter the call is: /index.php?option=com_chronoforms6&cont=manager&chronoform=myform&event=cities_loader&tvout=view&city=someText...
What I need is: /index.php?option=com_chronoforms6&cont=manager&chronoform=myform&event=cities_loader&tvout=view&province=someProvince&city=someText...
adding the "province" parameter taken from another form field in order to add another contition to read_data action.
Thank you for your help
With autocompleter the call is: /index.php?option=com_chronoforms6&cont=manager&chronoform=myform&event=cities_loader&tvout=view&city=someText...
What I need is: /index.php?option=com_chronoforms6&cont=manager&chronoform=myform&event=cities_loader&tvout=view&province=someProvince&city=someText...
adding the "province" parameter taken from another form field in order to add another contition to read_data action.
Thank you for your help