I hope I did not miss the aswer to that in a guide. I there a way to have a textvalue added to a text field based on the selection in a dropdown?
So I would like to select a customers name and in the text field next to it I would like the email address beeing populated autamatically.
Ideally I would like to create a additionaal sql table which holds the information but I am not sure how to tell the text field to lookup the value in the table based on the value of another field.