Nov 28th, 2010, 8:56 AM
Hey there,
i would like to have "field option groups" that can filter its entries out of another form tools database.
So that I can have have a form tools form with records for "group" and "entry".
This would enable to dynamically add options to dropdowns etc. by a client form.
Example:
______________________________________________________________
Form 1 records:
field option group "user names":
all 'name' out of Form 1 where group=user
which would be "Hannes, Guest"
field option group "status":
all 'status' out of Form 1 without doubles
which would be "user, admin"
field option group "tasks":
all 'task' out of Form 1 without doubles
which would be "wishing, commenting, solving"
______________________________________________________________
Cheers,
Hannes
i would like to have "field option groups" that can filter its entries out of another form tools database.
So that I can have have a form tools form with records for "group" and "entry".
This would enable to dynamically add options to dropdowns etc. by a client form.
Example:
______________________________________________________________
Form 1 records:
Code:
status | name | task
-------|---------|----------------
user | Hannes | wishing
user | Guest | comenting
admin | Ben | solving
field option group "user names":
all 'name' out of Form 1 where group=user
which would be "Hannes, Guest"
field option group "status":
all 'status' out of Form 1 without doubles
which would be "user, admin"
field option group "tasks":
all 'task' out of Form 1 without doubles
which would be "wishing, commenting, solving"
______________________________________________________________
Cheers,
Hannes