Having had a play with the limited to feature on products and thinking how I might use it on an existing site I encountered a limitation:
This works fine:
Field1 - single value select list with possible values of A,B,C,D,E,F,G.
Field2 - text limited to Field1 with value of C
This appears not to be possible:
Field1 - single value select list with possible values of A,B,C,D,E,F,G.
Field2 - text limited to Field1 with value of C,D or G
Should the limited to be a multi-select list?
Similarly in the following case should the limited to parameter be able to match regular expressions?
(e.g. ^.+$ to detect a non-null field or ^$ to detect a null field or ^[0-9]+$ to detect a numeric value)+
Field1 - text.
Field2 - text limited to Field1 with value abcd
Neither are big issues at the moment, just ideas for the wishlist.