Hi,
help me!
I do not understand how to use and configure autocomplete loader / processor!
There's a tutorial?
:? ๐
Best Regards.
Gioacchino
Hi Gioacchino,
There's no tutorial for this as far as I know, only the Help tabs.
How far have you got to? What isn't working?
Bob
Hi Bob,
I would like to apply the autocomplete in a text box (By taking the data from a database), to perform a search.
Where should I put the loader and where the processor?
In the preview I added a text box (field name search).
The actions I have placed Show html, but I do not know where to put the loader and the processor and the event name.
Help me please.
Regards.
Hi people,
I solved it, I failed to write the name of the event AJAX.
But I have a small question.๐คจ
Doing research with the fields used (autocomplete), on the results page I can not empty the fields, even setting the reset button.
Any idea?
Best Regards.
Hi jack19,
The reset button will try to restore the values when the form was loaded, I guess that it doesn't recognise the AutoComplete input.
A little JavaScript snippet linked to the onClick event of the Reset button will do it.
Bob
To Jack,
Congratulation that you solved your problem but you could share a minimum how you solved your problem and with which code/step/snapshot as it may be interesting for other who will be in the same case than you.
Thank you for your contribution to the community.
Hi,
see this steps.
[attachment=0]step1.jpg[/attachment]
[attachment=1]step2.jpg[/attachment]
[attachment=2]step3.jpg[/attachment]
[attachment=3]step4.jpg[/attachment]
[attachment=4]step5.jpg[/attachment]
[attachment=5]step6.jpg[/attachment]
[attachment=6]step7.jpg[/attachment]
Regards.
Gioacchino
Amazing the result, with this step by step worked very well.
I wonder how can I select a user name and your code in the database remains stored in a hidden field.
thanks
Hi inocampo,
You can save a username in the database table as that is unique and will let you identify the user. Or, you can look up the UserID from the username in a Custom Code action when the form submits and then same the User ID in the table.
Bob
@jack19 - great post, thank you.