How would I set up a single Drop Down menu to select a client and fill out multiple other fields in the form automatically.
Select: Name
Autofill: Phone, Mobile, Address
Naturally I have the appropriate data saved in a database file.
I know how to preload the Dropdown.
I have text boxes set up to receive this information.
Just not sure how to pull the next part off.
Select: Name
Autofill: Phone, Mobile, Address
Naturally I have the appropriate data saved in a database file.
I know how to preload the Dropdown.
I have text boxes set up to receive this information.
Just not sure how to pull the next part off.
Put the fields in a container area and reload the container with the data read
That's working perfect for the first selection, but if you try a second change the container remains the same.
All Good!
I had the {view:...} command listed to the individual elements rather than the container.
Thank you🙂
I had the {view:...} command listed to the individual elements rather than the container.
Thank you🙂
This topic is locked and no more replies can be posted.