I want to use a jquery plugin mentioned at http://stuff.w3shaman.com/jquery-plugin ... tosuggest/ that allows an Auto-suggest field to also Auto-FILL other fields in a form. Looking at the Callback Function this allows the user to get both an auto-suggest function in necessary fields AND a auto-fill feature for other fields in the same form.
It would be handiest to utilize this ability by adding it to the Field Type option presented in the Admin setup. So that instead of selecting "Dropdown list" I would have an extra option such as "Auto-suggest & Auto-Fill". I want to use dropdown lists as little as possible due to client preferences.
And in selecting this field type that the fields get formatted just the way this jquery module would recognize and the Lookup query settings in AppGini be passed to this jquery script.
I know I can do all this manually in generated scripts before the upload to the host but it would save time to have this same field type available globally from the AppGini program executable itself.
Does anyone have bright ideas? This would be a beautiful addition to AppGini that would appeal to a lot of users to have Auto Suggest combined with AutoFill and an alternative to Dropdown lists.
Thank you!