Can this be done (details below) in free version of form tools (2.2.5) or would I need the Custom Fields module to accomplish this or would it need to be done as a Custom Module?
DETAILS:
When choosing a dropdown from another table, it let's you pick the field you want to display in the dropdown. Is it possible to have a combination of multiple fields display in the dropdown for selection?
Example: given the table below, can I have the selections in the dropdown show as Name+Version, so the selection list would show
Angry Birds 1.0
Super Maze 3D 2.0
Space Shooter 1.5
Thanks
EDIT: I read thru the entire documentation on Custom Fields module and played around with the module on the demo site, but was not able to accomplish what I am trying to do. It could just be that I do not understand the Custom Fields module well enough, but would like to know if a custom module is the only way to accomplish what I want to do!
DETAILS:
When choosing a dropdown from another table, it let's you pick the field you want to display in the dropdown. Is it possible to have a combination of multiple fields display in the dropdown for selection?
Example: given the table below, can I have the selections in the dropdown show as Name+Version, so the selection list would show
Angry Birds 1.0
Super Maze 3D 2.0
Space Shooter 1.5
Code:
ID Name Version
1 Angry Birds 1.0
2 Super Maze 3D 2.0
3 Space Shooter 1.5
Thanks
EDIT: I read thru the entire documentation on Custom Fields module and played around with the module on the demo site, but was not able to accomplish what I am trying to do. It could just be that I do not understand the Custom Fields module well enough, but would like to know if a custom module is the only way to accomplish what I want to do!