Good Monday!
I have a form which loads data records via multi-record load. When it finds only one record, it is easy to preload those data into the form.
When it finds more than one record, I want to display the key values in a dropdown select. And when selecting, the form shall be preloaded with the data of the selected key value.
1. Question: can this be made by "ajax enabled dropdown"?
2. Does this require any submit button? As I understood the posts and faq, Ajax solves this dynamically "on-the-fly" just by selecting?
3. If not, do I need to create a second form or can I use the one I am already in?
Before getting deeper and learning JS, I would like to know if it's worth spending the time… ;-)
Thanks for your answers.
I have a form which loads data records via multi-record load. When it finds only one record, it is easy to preload those data into the form.
When it finds more than one record, I want to display the key values in a dropdown select. And when selecting, the form shall be preloaded with the data of the selected key value.
1. Question: can this be made by "ajax enabled dropdown"?
2. Does this require any submit button? As I understood the posts and faq, Ajax solves this dynamically "on-the-fly" just by selecting?
3. If not, do I need to create a second form or can I use the one I am already in?
Before getting deeper and learning JS, I would like to know if it's worth spending the time… ;-)
Thanks for your answers.