Auto populate fields in a form

0
Hi forum, is there a way in mendix that helps me auto populate fields in a form based on the values selected in the previous fields?  Thanks in advance
asked
1 answers
1

You could add an On Change event to the fields so when one if changed you can change other values on the form.

https://docs.mendix.com/refguide/on-click-event

answered