Hi
In submit I have add read data (name: read_data2) I link the table name to user_information and Read type All matching records and behaviors I added Data merge
In Dropdown I have added dynamic option
Data source : {var:read_data2}
Option Value Code: {row:name}
Option Value text: {row:name}
Options : empty
I try to make the dropdown read the data from the name column of database user_information but dropdown don't show nothing. Any help please as my goal is to use the dropdown to autofilled the email and matricule
Thank in advance
- My database table : user_information with 4 columns (id, name, email and matricule)
I created a form with : Dropdown name, email text field and matricule text field.
In submit I have add read data (name: read_data2) I link the table name to user_information and Read type All matching records and behaviors I added Data merge
In Dropdown I have added dynamic option
Data source : {var:read_data2}
Option Value Code: {row:name}
Option Value text: {row:name}
Options : empty
I try to make the dropdown read the data from the name column of database user_information but dropdown don't show nothing. Any help please as my goal is to use the dropdown to autofilled the email and matricule
Thank in advance
You should have the "Read data" in "Load", because you are loading the data for a field in the load area of the form.
Also you do not need "Data merge"
Also you do not need "Data merge"
You need to login to be able to post a reply.