Hello!
Many thanks for CF6
The situation:
Use CF6. All data is output from the DB in Dropdown
The problem:
What do I need to specify so that the data in Dropdown is only for the user?
And what settings you need to specify the data to be in order (1-9, A-Z)?
Thanks for the help
Max
Many thanks for CF6
The situation:
Use CF6. All data is output from the DB in Dropdown
The problem:
What do I need to specify so that the data in Dropdown is only for the user?
And what settings you need to specify the data to be in order (1-9, A-Z)?
Thanks for the help
Max
Hello Maxvl,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to load record data from a database table into your form
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to load record data from a database table into your form
P.S: I'm just an automated service😉
Hi Max,
This has to be configured in the "Read data" action, in the "Where conditions" use:
Best regards,
Max
This has to be configured in the "Read data" action, in the "Where conditions" use:
field_name:{user:id} in order to get records matching a specific user id, and in the order by use some field name: field_name/asc or field_name/desc
Best regards,
Max
This topic is locked and no more replies can be posted.
