Hi,
is it possible to use a dropdown to "suggest" entries for a text field?
E.g. I have certain values that occur quite often. It would be good if the user could have a dropdown to choose from and use the value as a start for a text field - or simply enter completely new text into a textfield.
Thanks already
Olaf
How: dropdown as suggestion only?
How: dropdown as suggestion only?
Some postings I was involved, you might find useful:
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button
Re: How: dropdown as suggestion only?
Hi Olaf,
maybe I did not get the question right, but can't you just register on the on change of the dropdown, catch the selected text and add it to the text field?
maybe I did not get the question right, but can't you just register on the on change of the dropdown, catch the selected text and add it to the text field?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
Re: How: dropdown as suggestion only?
Hi pboetcher,
yes, that would probably work. I was thinking more about a real suggestion of often used entries: Suggest, but let the user still enter something else without adding to the source lookup table.
However, I will most likely use a regular lookup (for the sake of a cleaner database design)
Olaf
yes, that would probably work. I was thinking more about a real suggestion of often used entries: Suggest, but let the user still enter something else without adding to the source lookup table.
However, I will most likely use a regular lookup (for the sake of a cleaner database design)

Olaf
Some postings I was involved, you might find useful:
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button
Multi Path Upload (MPU) / dynamic upload folder; SingleEdit - Prevent concurrent edits on records; Field Permissions; Column-Value-Based-Permissions; Custom (error) message; Audit Log; Backup your database; Two Factor Authentication; Block brute force (failed) logins; Add 2nd SAVE CHANGES button